This repository contains all the strings in every language we suppport in 500px mobile applications, both Android and iOS. The master.txt
was generated with our fork of https://github.com/500px/twine. For details about how we generated this file please see Consolidating string resources across Android & iOS
If you're familiar with git
clone this repository, update the master.txt
in separate branch, and submit a pull request.
If you're not familiar with git
- You would need to create Github account
- Point your browser to https://github.com/500px/mobile-unified-strings/blob/master/master.txt
- Click on Edit this file (pencil) button
- Make your changes
- When you're ready, provide brief summary of your changes and optional longer explanation with more context
- Pick Create a new branch for this commit and start a pull request.
- Click Commit changes
After your pull request has been merged you'll see your translations in future release. This might take up-to 15 days.
You can do that above for every key, however it would probably be much easier to do it by cloning the repository. If you're not familiar with git
and Github
there is very nice 15 minute tutorial to get started.