mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:45:55 +00:00
update ru_RU translation; misc translation fixes
This commit is contained in:
@@ -10,3 +10,8 @@ __("Set starred");
|
||||
__("Publish article");
|
||||
__("Assign tags");
|
||||
__("Assign label");
|
||||
__("Modify score");
|
||||
|
||||
__("General");
|
||||
__("Interface");
|
||||
__("Advanced");
|
||||
|
||||
@@ -3,9 +3,9 @@ TEMPLATE=messages.pot
|
||||
|
||||
./utils/update-schema-translations.sh
|
||||
|
||||
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php help/*.php mobile/*.php
|
||||
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php help/*.php mobile/*.php classes/*.php include/*.php
|
||||
|
||||
xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE *.js
|
||||
xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js
|
||||
|
||||
update_lang() {
|
||||
if [ -f $1.po ]; then
|
||||
|
||||
Reference in New Issue
Block a user