This is a GitHub repository for localizations for the app Wish Simulator for Genshin on Google Play.
Developers who are keen to contribute can submit their pull requests here, open new issues etc.
The repository serves as a library module for the main app (housed on a separate repo). As such, it is structured like an Android Studio Project. The main folder or files to edit can be found at GenshinWishSimLocalization/genshinwishsimlib/src/main/res
folder.
- To contribute to an existing language, you can modify the
strings.xml
file directly. - To contribute a new language, you must first create the corresponding language folder. For example, if you would like to add Japanese language, you should create the
values-ja
folder, then add in the relevantstrings.xml
files.
Please take note that the number of %s
or %d
should be the same as the English string. If you see %s
in the string, please also insert a %s
in your localized string.
- Russian - S-Pladison (GitHub), ZBLL-CUBER (GitHub)
- Turkish - TheHusyin (GitHub)
- Vietnamese - hatbut (GitHub)
- Korean - 삶[S.A.R.M.] (YouTube)
- Spanish - Magody (GitHub)
- French - Flamenate (GitHub)