Skip to content

Commit

Permalink
Add contents of the assets/lang submodule to the main repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jul 17, 2021
1 parent bbe3933 commit 6d6b5d8
Show file tree
Hide file tree
Showing 44 changed files with 46,170 additions and 0 deletions.
28 changes: 28 additions & 0 deletions assets/lang/README.md
@@ -0,0 +1,28 @@
# lang

PPSSPP language ini repository

# Thanks for your interest in translating PPSSPP!

* Simply copy *en_US.ini* file to a new ini file with your language code, or use it to update an existing file with that name.
* To see a list of codes, view [this](http://stackoverflow.com/questions/3191664/list-of-all-locales-and-their-short-codes) page.

# Please note, while translating:
* Ampersands `&` on the *RIGHT* side of an equals sign denote an underlined keyboard hotkey.
* The hotkeys are only supported currently in the *DesktopUI* section, however.
* Example: `&File`. This will make it so when you press ALT + F on Windows, it'll open the File menu.

# Tools

* To remove a translation, use the following (where KeyWord is the key):

find . -type f -print0 | xargs -0 sed -i /^KeyWord/d

* To change a translation key, use something like this:

find . -type f -print0 | xargs -0 sed -i /^Key/NewKey

* Before you commit, use git diff to check that you don't delete too much
or some unrelated key with the same prefix.

### Happy translating!
1,080 changes: 1,080 additions & 0 deletions assets/lang/ar_AE.ini

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions assets/lang/az_AZ.ini

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions assets/lang/bg_BG.ini

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions assets/lang/ca_ES.ini

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions assets/lang/cz_CZ.ini

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions assets/lang/da_DK.ini

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions assets/lang/de_DE.ini

Large diffs are not rendered by default.

1,072 changes: 1,072 additions & 0 deletions assets/lang/dr_ID.ini

Large diffs are not rendered by default.

0 comments on commit 6d6b5d8

Please sign in to comment.