Created Translations (markdown)

master
Jamie 7 years ago
parent c00f3d5b35
commit 482652d839

@ -0,0 +1,24 @@
You can find all the translations in the following location:
https://github.com/tidusjar/Ombi/tree/DotNetCore/src/Ombi/wwwroot/translations
The format of the files is `{lang}.json`
Inside the translation file it is all in `json` format and should be easy to read and edit.
Example:
```
{
"Login": {
"SignInButton": "Sign in",
"UsernamePlaceholder":"Username",
"PasswordPlaceholder":"Password",
"RememberMe":"Remember Me",
"ForgottenPassword":"Forgot your password?"
}
}
```
The top level property will determine what page this translation is on, in the case above it is the Login page.
The children properties then is the content on those pages e.g. `SignInButton`, this is the button on the Login page that you press to Login.
Loading…
Cancel
Save