-
Notifications
You must be signed in to change notification settings - Fork 277
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
feature request: Arb format for strings #57
Comments
I clicked through the links and couldn't find an example of what an ARB file looks like or a spec for the ARB format. If you know where these are can you share? |
thanks for considering this feature. I looked around for some examples of ARB. This is a good example i think. Also running Dart is very easy. Brew install it and it will do everything, and then "pub get". like "go get". |
Hmm, it doesn't look like this format supports plural forms so I don't think it is an appropriate format for what go-i18n does. If you only want to store your translations in one format, I would either (1) write a script to translate from one to the other, or (2) write Go code to parse ARB files and then use AddTranslation. |
make sense. I will do it myself. DO you want a patch ? Its ok if you dont.. On Sat, Nov 19, 2016 at 7:42 PM Nick Snyder notifications@github.com
|
Probably not, thanks for offering though. I am going to go ahead and close this issue. |
I was wondering if we can support ARB format, so i can use google translate toolkit.
Here is a good summary:
https://github.com/dart-lang/intl#extracting-and-using-translated-messages
Background info:
At the moment i use Dart for frontend and golang for backend.
The text was updated successfully, but these errors were encountered: