mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
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:
+767
-717
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+2430
-2301
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
var langs = {
|
||||
'cs':'czech',
|
||||
'de':'deutsch',
|
||||
'el':'ελληνικά',
|
||||
'en':'english',
|
||||
|
||||
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user