-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[idea] change format to gettext po files #791
Comments
I'm looking at the gettext documentation and it doesn't seem like it supports any of the three(?) placeholder formats we use, The only other problem I can think of between converting back and forth is that gettext uses the source string as the key, so we'd have to figure out some way to handle multiple strings being able to have the same source with different notes. We can't use gettext in the game because libgettext is GPL, but we can use it as an intermediary format. |
looks like the latter problem is already common enough to have documentation: https://docs.weblate.org/en/latest/formats.html#mono-gettext |
Just a quick inventory on the files we have:
|
An idea I am playing with is to change the translation format to Gettext, to support editing with Poedit, or WebLate.
Gettext is one of the-facto standards in the industry. Programs like Poedit make it easier for translators to translate, and also makes is possible for a lot of utilities to integrate with. We can generate Valve KV files from gettext files.
It's just an idea. I can make the arrangements if needed.
The text was updated successfully, but these errors were encountered: