ti 28. huhtik. 2020 klo 13.39 Michael T. Pope (mp...@computer.org) kirjoitti:
> > 2. As for Rafael's changes and storing Author and description in the map 
> > file...
>
> The issue here is that we can not store the description in the map
> iteself because it needs to be translated.  The author is fine.
> Currently we effectively do neither.  Rafaels patch does both.  If we
> can get the author into the map, a bunch of the stuff you have been
> wrangling in the strings file can go from:
>
> map.Africa=Large Africa by J.Bloggs
>
> to
>
> map.Africa=Large Africa by %author%
>
> which does not help your work much now, but is more maintainable.
> There would have to be code support of course to pull in the %author%,
> but that is straightforward.
>
> I have a note on the todo list to think more about the whole
> translation setup, but that is post-release.  We already have extra
> standalone FreeColMessages.properties files in the mods, which are
> currently not getting translated AFAICT.  If we can fix that, we can
> probably handle having similar files in the .fsm map bundles.  That
> would probably be a better design than having the above map.<foo>
> entries in the master strings file.  The major concern with any change
> to how we do translations is to not mess with the volunteer
> translators.  Keeping things easy for them is mandatory.

>From our (translatewiki.net) side, we are happy to support mods/maps
etc. with their own FreeColMessages.properties files. We just need to
be informed about them and make sure we have permissions to add
translations to git. Can mods override strings from the master game
strings?

Relatedly, is SF git still the correct place to send translation
updates, or should they go to GitHub now?

  -Niklas


_______________________________________________
Freecol-developers mailing list
Freecol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freecol-developers

Reply via email to