This is the repository of translations for the Buckets budgeting app. Some languages are officially supported, but contributions for other languages are very welcome.
Complete | Language |
---|---|
37% | Беларуская |
3% | Dansk |
70% | Deutsch |
100% | English |
81% | Español |
97% | Eesti |
70% | Français |
1% | עִברִית |
40% | Magyar |
53% | Italiano |
83% | Norsk |
67% | Nederlands |
63% | Polski |
93% | Português |
99% | Română |
13% | Русский |
70% | Svenska |
26% | Türkçe |
32% | Українська |
-
Look for your language in /langs.
-
If your language isn't there:
- Click the
Create new file
button. - Copy the contents of /langs/en.tsx into the new file
- Name your file according to the 2-letter 639-1 code listed here with
.tsx
at the end (e.g.en.tsx
for English)
- Click the
-
Edit the language file. For each item:
- Translate the
val: ...
part - Change
translated: false
totranslated: true
- Look at any comments of this format:
/*! This is a comment for the translator */
- If there isn't enough context for you to translate it accurately (e.g. "Is this a noun?" or "What noun does this adjective refer to so its gender can agree?") email me or file an issue.
- Translate the
-
Submit a pull request (even if you only translate a few things).
-
Optionally, subscribe here to be notified when there's more to translate.
If you're familiar with GitHub or you prefer, you can also fork this repo, clone it and edit the file on your computer. All I'm really looking for is a Pull Request.