We need to add missing [lang]-messages-js.po
Created attachment 98948 [details] [review] Bug 24664: Add missing *-messages-js.po If you try to update some language translation files translate script will complain of missing *-messajes-js.po file. This patch adds those missing files To test: 1) Go to misc translation 2) Update some language, eg- fr-FR Check error /usr/bin/msgmerge: error while opening "/.../misc/translator/po/es-ES-messages-js.po" for reading: No such file or directory 3) Apply this patch 4) Repeat 2), no error message
Created attachment 98956 [details] [review] Bug 24664: Add missing *-messages-js.po If you try to update some language translation files translate script will complain of missing *-messajes-js.po file. This patch adds those missing files To test: 1) Go to misc translation 2) Update some language, eg- fr-FR Check error /usr/bin/msgmerge: error while opening "/.../misc/translator/po/es-ES-messages-js.po" for reading: No such file or directory 3) Apply this patch 4) Repeat 2), no error message Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Created attachment 99834 [details] [review] Bug 24664: Add missing *-messages-js.po If you try to update some language translation files translate script will complain of missing *-messajes-js.po file. This patch adds those missing files To test: 1) Go to misc translation 2) Update some language, eg- fr-FR Check error /usr/bin/msgmerge: error while opening "/.../misc/translator/po/es-ES-messages-js.po" for reading: No such file or directory 3) Apply this patch 4) Repeat 2), no error message Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Wondering if we can improve the license text a bit here - I assume it's from Pootle or po standard?
(In reply to Katrin Fischer from comment #4) > Wondering if we can improve the license text a bit here - I assume it's from > Pootle or po standard? It's from 'xgettext' command, used to create the files. It can be changed of course, after the file is created. Other po files does not contain initial comments, an option is to eliminate them. But I suppose that all files must contain an initial (correct) notice. In other bug :)
Nice work everyone! Pushed to master for 20.05
Pushed to 19.11.x branch for 19.11.04
backported to 19.05.x for 19.05.09
I cannot replicate the error message, so not backporting. If you think this needs to be backported to 18.11.x please let me know and provide steps to replicate