Translations, documentation and ideas #7011
Replies: 1 comment
-
Posted at 2024-09-27 by @gfwilliams I think the only change is that the folder name changed? You just run
When you run language_scan, you get lines like:
Which I think does what you want already? And it even has the option to do the translations for you if you get API login details for Deepl. Posted at 2024-09-27 by bb5 I saw that my language is done mostly via translator. But having context of what I am trying to translate would help a lot.
Which could be valid but in this case is wrong. In this case only one app is using those so finding this is easy. Hope this clarify my use-case a bit. Posted at 2024-09-27 by @gfwilliams Ahh, ok - I see what you mean. The tool does at least have everything in there needed to figure out where strings are used, so it should be trivial to extend it if you want to allow it to show information about where specific text is used from |
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-09-27 by bb5
Hi,
https://www.espruino.com/Bangle.js+Locale is still refering to:
After some digging i found that current approach should be as in https://github.com/espruino/BangleApps/blob/master/lang/README.md
Also I would like to have tool to search for app that is using certain translation to put it in context. I've done quick and dirty setup as proof of concept
It would be better to prepare something like this in js as this would be agnostic tool.
HTH
Beta Was this translation helpful? Give feedback.
All reactions