[Freeciv-Dev] Re: (PR#14449) Citystyle names should use Q_() macro
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14449 >
2005-12-02 kl. 18.38 skrev Christian Knoke:
>>
>> Adding these flags all over the place just to be pre-emptive about
>> localization ambiguity seems like too much work IMHO.
>
> It is not much work (see my patch), and it is necessary, because you
> cannot
> solve the ambiguity with comments. If you try, gettext will still
> create a
> single entry for all occurences of the item, so translators cannot
> differentiate if they want/need to.
>
> And then, when using a qualifier, you won't need a comment any more.
>
> Christian
>
>
>
I'm not against using qualifiers for groups and city styles per se, but
your patch add unnecessary clutter to all nation rulesets. However if
someone devised a system where we could define and give groups and city
styles an alias stripped of the gettext qualifier that individual
rulesets then could point to, then I wouldn't have any objections.
In any case, at this stage there are no ambiguity regarding city
styles. See excerpt from sv.po generated with my patch applied below.
-Daniel
#. TRANS: City style
#: data/default/cities.ruleset:75
msgid "European"
msgstr "Europeisk"
#. TRANS: City style
#: data/default/cities.ruleset:85
msgid "Classical"
msgstr "Klassisk"
#. TRANS: City style
#: data/default/cities.ruleset:95
msgid "Tropical"
msgstr "Tropisk"
#. TRANS: City style
#: data/default/cities.ruleset:105
msgid "Asian"
msgstr "Asiatisk"
#. TRANS: City style
#: data/default/cities.ruleset:115
msgid "Mesopotamian"
msgstr "Mesopotamisk"
#. TRANS: City style
#: data/default/cities.ruleset:125
msgid "Celtic"
msgstr "Keltisk"
#. TRANS: City style
#: data/default/cities.ruleset:135
msgid "Renaissance"
msgstr "Rennässans"
#. TRANS: City style
#: data/default/cities.ruleset:147
msgid "Industrial"
msgstr "Industriell"
#. TRANS: City style
#: data/default/cities.ruleset:159
msgid "Modernist"
msgstr "Modernistisk"
#. TRANS: City style
#: data/default/cities.ruleset:171
msgid "Postmodern"
msgstr "Postmodern"
|
|