Repository of language files for various Rainway user interfaces.
Know a second language? We need your help! Here's how to help us translate Rainway into your language:
- Fork this repository.
- Clone your copy to your computer.
- Copy the
en.json
file in thesrc
directory and rename it to your own language's language or locale code. - Get started translating the english strings contained within into your target language. Ensure that the double-bracketed
{{templates}}
and the HTML place holders<#>
are preserved as they are, as they'll be filled in with language agnostic information on the app-side. Put them in the correct place for your language's grammatical structure, but don't change their contents. - Add a new field to the array in
key.json
with atitle
coresponding to how your target language should be represented in a menu, and avalue
coresponding to the language or locale code of your target language. - When you're finished, make a pull request back to this repository with your changes. Once it's accepted, the new language file will be deployed to our server and will be made available to the Rainway Client and Dashboard.