jake-phy / WindowIconList

GNU General Public License v2.0
75 stars 26 forks source link

Add an automatic generator for language translations. #49

Closed ghost closed 10 years ago

ghost commented 10 years ago

I add a tool to generate translation automatically. When you change the english text, you need generate all languages again. You can not change the key _("") without at less update the default.pot file, because translators are not developments... They don't know how extract the language keys to be translated. You need to extract the keys by yourself. Now can be possible do that automatically using the bash file "localeUpdate.sh". You need to give execution permissions and then from the terminal enter in the directory (cd "URLLocale") where is located and run it. You need to do this whenever you change any key. The script does not need to be present in the applet, it is only to update the translation.

ghost commented 10 years ago

Other thing, the collector of key(bash script) do not recognise this ('key') only this ("key")

jake-phy commented 10 years ago

Ok thanks.

On Sat, Jul 26, 2014 at 8:22 AM, Lester Carballo Pérez < notifications@github.com> wrote:

Other thing, the collector of key(bash script) do not recognise this ('key') only this ("key")

— Reply to this email directly or view it on GitHub https://github.com/jake-phy/WindowIconList/pull/49#issuecomment-50233908 .

ghost commented 10 years ago

https://plus.google.com/communities/101951184575954658237

https://plus.google.com/s/Configurable%20Menu

jeje... promotion...

If you have time, I'm making an api to manager applets/desklets/extentions and maybe themes to alert users for update /new/active/installed/default cinnamon/....

Help it's wellcome... I use the applet that i sugest for testing, but i need to create a new one when api will be finished.

https://github.com/lestcape/Spices-Notifier

It's not update, because for now i'm the only dev... api it's in spice.js...