diff options
author | gorhill <rhill@raymondhill.net> | 2015-05-26 16:49:49 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-05-26 16:49:49 -0400 |
commit | 2c3d81084072d555a079befce8392c321c871b36 (patch) | |
tree | 6e28cb68aa193f6ee247e05e7b4fc80ea6ddaa16 /tools | |
parent | 49333f190b4a1bb42fa7864b37b98d80dfe48d2b (diff) | |
download | uBlock-2c3d81084072d555a079befce8392c321c871b36.zip uBlock-2c3d81084072d555a079befce8392c321c871b36.tar.gz uBlock-2c3d81084072d555a079befce8392c321c871b36.tar.bz2 |
translation work from https://crowdin.com/project/ublock
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/import-crowdin.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index c38ed35..1ace65c 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -23,6 +23,7 @@ cp $SRC/fi/messages.json $DES/fi/messages.json cp $SRC/fil/messages.json $DES/fil/messages.json cp $SRC/fr/messages.json $DES/fr/messages.json cp $SRC/fy-NL/messages.json $DES/fy/messages.json +cp $SRC/gl/messages.json $DES/gl/messages.json cp $SRC/he/messages.json $DES/he/messages.json cp $SRC/hi/messages.json $DES/hi/messages.json cp $SRC/hr/messages.json $DES/hr/messages.json @@ -70,6 +71,7 @@ cp $SRC/fi/description.txt $DES/description-fi.txt cp $SRC/fil/description.txt $DES/description-fil.txt cp $SRC/fr/description.txt $DES/description-fr.txt cp $SRC/fy-NL/description.txt $DES/description-fy.txt +cp $SRC/gl/description.txt $DES/description-gl.txt cp $SRC/he/description.txt $DES/description-he.txt cp $SRC/hr/description.txt $DES/description-hr.txt cp $SRC/hu/description.txt $DES/description-hu.txt |