[rekonq] /: rekonq 0.9.90 a.k.a. "rekonq 1.0 beta"

Frederik Schwarzer schwarzer at kde.org
Mon Jul 9 22:51:06 UTC 2012


Hi,

is it possible to change code like ...

    634     msg += i18n("<p>");
    635     msg += i18n("Maybe you are having problems with your 
network.<br />");
    636     msg += i18n("Try checking your <a href=\"%1\">network 
connections</a>", QL1S("about:settings/network"));
    637     msg += i18n(", your <a href=\"%1\">proxy settings</a> ", 
QL1S("about:settings/proxy"));
    638     msg += i18n("and your <a href=\"%1\">firewall</a>.<br />", 
QL1S("about:settings/firewall"));
    639     msg += i18n("Then try again.<br />");
    640     msg += i18n("</p>");

... so that translators see whole sentences?
The file  webpage.cpp  has lots of this.
You could do
    i18n("Foo %1 bar ",
         "baz %2 bat.", blah, blubb);
to have several lines in one string.

Regards


Am Dienstag, 10. Juli 2012, 00:10:50 schrieb Andrea Diamantini:
> Git commit 0eb5b9a8cda795c0dbc1774a9e95cd31bb5def1a by Andrea
> Diamantini. Committed on 10/07/2012 at 00:10.
> Pushed by adjam into branch 'master'.
> 
> rekonq 0.9.90  a.k.a. "rekonq 1.0 beta"
> 
> String freeze from now on,
> rekonq 1.0 stable in (not less than) 15 days
> 
> CCMAIL: rekonq at kde.org
> CCMAIL: kde-i18n-doc at kde.org
> 
> M  +1    -1    CMakeLists.txt
> 
> http://commits.kde.org/rekonq/0eb5b9a8cda795c0dbc1774a9e95cd31bb5de
> f1a
> 
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 35c10a1..9aa63c0 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -7,7 +7,7 @@ PROJECT( rekonq )
>  # Information to update before to release this package.
> 
>  # rekonq info
> -SET(REKONQ_VERSION "0.9.82" )
> +SET(REKONQ_VERSION "0.9.90" )
> 
>  configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake
> ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h )



More information about the rekonq mailing list