'Alan Knight' via Dart Misc
2018-06-08 16:53:19 UTC
Intl itself doesn't do the translations, it handles displaying the
translated versions if you have them. You can use the intl_translation
package to find the code written using Intl.message calls and write it to
an ARB file. That can be translated, for example, using the Google
Translator's Toolkit, and you can generate code from that which will
display the translated versions when you have set the Intl.defaultLocale.
See https://pub.dartlang.org/packages/intl_translation and in particular
you can look at the round-trip test in
https://github.com/dart-lang/intl_translation/tree/master/test/message_extraction
Looking at the debug.sh shell script might help, as it generates the files
locally rather than in a temporary directory which is then deleted.
If you're using Flutter, there are additional procedures, see
https://flutter.io/tutorials/internationalization/
translated versions if you have them. You can use the intl_translation
package to find the code written using Intl.message calls and write it to
an ARB file. That can be translated, for example, using the Google
Translator's Toolkit, and you can generate code from that which will
display the translated versions when you have set the Intl.defaultLocale.
See https://pub.dartlang.org/packages/intl_translation and in particular
you can look at the round-trip test in
https://github.com/dart-lang/intl_translation/tree/master/test/message_extraction
Looking at the debug.sh shell script might help, as it generates the files
locally rather than in a temporary directory which is then deleted.
If you're using Flutter, there are additional procedures, see
https://flutter.io/tutorials/internationalization/
Hi,
Please help me to get an example of intl plugin.
I want to convert Hindi word to English word using *intl:* "0.15.6" or
some other way from where we can achieve.
*Example::*
âà€à¥à€°à€à€ªà¥à€°â hindi word should be âGorakhpurâ
Please help me.
BR//
Mukut
Please help me to get an example of intl plugin.
I want to convert Hindi word to English word using *intl:* "0.15.6" or
some other way from where we can achieve.
*Example::*
âà€à¥à€°à€à€ªà¥à€°â hindi word should be âGorakhpurâ
Please help me.
BR//
Mukut
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/CALCH1uN685hLwEZsx%2Budntt5TtLH-s8gXKE9p2N4gC8FbTmG%3Dw%40mail.gmail.com.
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/CALCH1uN685hLwEZsx%2Budntt5TtLH-s8gXKE9p2N4gC8FbTmG%3Dw%40mail.gmail.com.