mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-28 15:22:30 +08:00
Deleted unneeded files
removed cs_simplified files updated README.md and langs.js to include pg files
This commit is contained in:
@@ -16,7 +16,8 @@ A Minimalist Text Adventure Game
|
|||||||
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
||||||
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
||||||
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
|
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
|
||||||
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)
|
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) |
|
||||||
|
[Portuguese](http://adarkroom.doublespeakgames.com/?lang=pg)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+9
-5
@@ -22,9 +22,13 @@ Required tools:
|
|||||||
apt-get install python
|
apt-get install python
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
windows: http://poedit.net/
|
http://poedit.net/
|
||||||
https://www.python.org/download/windows/
|
https://www.python.org/download/windows/
|
||||||
|
|
||||||
|
mac:
|
||||||
|
http://poedit.net
|
||||||
|
https://www.python.org/downloads/mac-osx/
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
1) Create a new directory lang/{new_language_code}
|
1) Create a new directory lang/{new_language_code}
|
||||||
2) Download the file adarkroom.pot in the lang folder as translation template
|
2) Download the file adarkroom.pot in the lang folder as translation template
|
||||||
@@ -33,8 +37,8 @@ Steps:
|
|||||||
ubuntu:
|
ubuntu:
|
||||||
msginit --locale {locale for new language eg: en_US} -i lang/adarkroom.pot -o lang/{new_language}/strings.po
|
msginit --locale {locale for new language eg: en_US} -i lang/adarkroom.pot -o lang/{new_language}/strings.po
|
||||||
windows:
|
windows:
|
||||||
open application interface > File > New... > [select language for translation] > Save as... > lang/{new_language_code}/strings.po
|
- open application interface > File > New... > [select language for translation] > Save as... > lang/{new_language_code}/strings.po
|
||||||
[update from POT file] > select lang/adarkroom.pot
|
- [update from POT file] > select lang/adarkroom.pot
|
||||||
|
|
||||||
4) Copy lang/main.css to lang/{new_language}
|
4) Copy lang/main.css to lang/{new_language}
|
||||||
5) Open lang/{new_language}/strings.po with a software poedit
|
5) Open lang/{new_language}/strings.po with a software poedit
|
||||||
@@ -65,7 +69,7 @@ Required tools:
|
|||||||
ubuntu:
|
ubuntu:
|
||||||
apt-get install python3-babel
|
apt-get install python3-babel
|
||||||
|
|
||||||
windows:
|
windows & mac:
|
||||||
poedit
|
poedit
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
@@ -84,7 +88,7 @@ Required tools:
|
|||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
* gettext
|
* gettext
|
||||||
windows:
|
windows & mac:
|
||||||
* poedit
|
* poedit
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
.button{width: 100px !important;}
|
|
||||||
#outsidePanel .button{width: 115px !important;}
|
|
||||||
.eventPanel .button {width: 122px !important;}
|
|
||||||
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -10,5 +10,6 @@ var langs = {
|
|||||||
'ru':'русский',
|
'ru':'русский',
|
||||||
'sv':'svenska',
|
'sv':'svenska',
|
||||||
'tr':'türkçe',
|
'tr':'türkçe',
|
||||||
'uk':'українська'
|
'uk':'українська’,
|
||||||
|
‘pg’:’português’
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user