Czech (cs) translation completed (#681)

* Update translation template file

- regenerated adarkroom.pot using pybabel

* Add script for POT recompilation

* Complete Czech translation (cs)

- finished czech translation
- converted into JS
- added language entry into langs.js

Co-authored-by: santen <tadeas.cipro@kinet.cz>
This commit is contained in:
Tadeáš Cipro
2021-11-29 17:25:41 +01:00
committed by GitHub
parent 48ece588ed
commit 29e1e25063
5 changed files with 3209 additions and 3028 deletions
+767 -717
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
+2430 -2301
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -1,4 +1,5 @@
var langs = {
'cs':'czech',
'de':'deutsch',
'el':'ελληνικά',
'en':'english',
+2 -1
View File
@@ -7,7 +7,8 @@
"author": "Michael Townsend <michael@doublespeakgames.com>",
"license": "MPL-2.0",
"scripts": {
"start": "node dev-server.js"
"start": "node dev-server.js",
"update_pot": "pybabel extract -F lang/babel.cfg -c \"TRANSLATORS\" script -o lang/adarkroom.pot"
},
"dependencies": {
"express": "^4.17.1"