imseldrith commited on
Commit
b3d61b7
Β·
1 Parent(s): b5796a8

Upload 2 files

Browse files
unzipper/localization/README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Available languages
2
+
3
+ | Language | Folder | Translated by | Status |
4
+ | -------- | -------- | ------------- | ---------- |
5
+ | English | [en](en) | [Itz-fork](https://github.com/Itz-fork/)| `100%` |
6
+ | Sinhala | [si](si) | [Itz-fork](https://github.com/Itz-fork/)| `100%`[^1] |
7
+ | Spanish | [es](es) | [Carlos](https://t.me/Carlitosbby/)| `100%`[^1] |
8
+
9
+
10
+ # Contribute to the translation
11
+
12
+ - Download the [`messages.json`](https://github.com/Itz-fork/Unzipper-Bot/blob/dev/unzipper/localization/templates/messages.json) template file from templates directory
13
+ - Create a folder with your language's ISO 639-1 language code ([More info](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes))
14
+ - Translate and fill the values *correctly* (Formatting should be done in markdown)
15
+ - Edit the [languages list](languages.json) file
16
+ - Test the bot with your translations
17
+ - OPTIONAL: If you want to add list of translators as thanks, add a README.md file in the folder you created
18
+ - Open a [pull request](https://github.com/Itz-fork/Unzipper-Bot/pulls)
19
+
20
+
21
+ ### Footnotes
22
+
23
+ [^1]: There are / might be some translation errors
unzipper/localization/languages.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "en": "English πŸ‡¬πŸ‡§",
3
+ "si": "Sinhala πŸ‡±πŸ‡°",
4
+ "es": "Spanish πŸ‡ͺπŸ‡Έ"
5
+ }