[Freeciv-Dev] (PR#19038) Repeating initial string swaps = bad
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=19038 >
Hi,
Once upon a time there was a few hundred strings that started with
"Game:". They were faithfully translated. At some point, "Game:" was
removed from these strings, and replaced with a single "Game: %s" to
structure the sentence. This was good, but made hundreds of strings
fuzzy and in need of such replacement.
Now, it seems the old mistake is being repeated by a bunch of strings
that have gone fuzzy by the addition of "City:", "Civ:", "Diplomat
Action:" and such in front of the translated string. Please do with
these as was done with Game: - replace them with a single "City: %s" and
then just leave the endings for translation. I will keep away from the
strings for now, since there's no point doing double work on something
that I'd prefer a script did instead of me. If there is a need to
separate the remaining string from some other identical one (like when
"Enemy Diplomat: Failed" turns into "Failed"), use a context indicator
for those cases: "enemy_diplomat?Failed".
--Sini
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#19038) Repeating initial string swaps = bad,
sini.ruohomaa@xxxxxx <=
|
|