i18n - Documentation for i18n

This commit is contained in:
romulo bordezani 2019-06-06 19:13:16 -03:00
parent dd1a5455d9
commit 6e295ba7c6
4 changed files with 7 additions and 23 deletions

View File

@ -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)

View File

@ -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",

View File

@ -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"
}

View File

@ -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"
}