i18n - Documentation for i18n
This commit is contained in:
parent
dd1a5455d9
commit
6e295ba7c6
@ -145,6 +145,10 @@ extendLanguage(myJsonFileWithLanguage);
|
||||
// TODO - This example is a working in progress
|
||||
```
|
||||
|
||||
|
||||
#Debugging translations
|
||||
#TODO - WIP
|
||||
|
||||
### Contributing with new languages
|
||||
This project follows the
|
||||
[all-contributors](https://github.com/all-contributors/all-contributors)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"fps": "ingles fps",
|
||||
"fps": "fps",
|
||||
"Skip to first image": "Skip to first image",
|
||||
"Previous image": "Previous, image",
|
||||
"Play / Stop": "Play, / Stop",
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
{
|
||||
"Welcome to React": "Welcome to React and react-i18next",
|
||||
"welcomeMsg": "welcome",
|
||||
"test": "Lunch time"
|
||||
"Welcome to React": "Welcome to React and react-i18next"
|
||||
}
|
||||
|
||||
@ -1,21 +1,3 @@
|
||||
{
|
||||
"Themes": "Temas",
|
||||
"Previous": "Anterior",
|
||||
"Next": "Próximo",
|
||||
"Play": "Play",
|
||||
"Stop": "Stop",
|
||||
"Layout": "Esquema",
|
||||
"More": "Más",
|
||||
"Crosshairs": "Cruces",
|
||||
"Magnify": "Lupa",
|
||||
"ROI Window": "Ventana ROI",
|
||||
"Probe": "Probar",
|
||||
"Ellipse": "Elipse",
|
||||
"Rectangle": "Rectángulo",
|
||||
"Invert": "Invertido",
|
||||
"Rotate Right": "Rotar ->",
|
||||
"Flip H": "Espejo Hor.",
|
||||
"Flip V": "Espejo Ver.",
|
||||
"Clear": "Limpiar",
|
||||
"Brush": "Escoba"
|
||||
"Welcome to React": "Bienvenido a React"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user