Hi, today i'm working in add the Spanish language and i want ask you if you add the Spanish language.
I translate the English to Spanish language:
For assets content :
items_es.json
For res content | (needs its own folder) :
string.xml
well, into the file items_es.json i added some comments that i should modifier some words:
{
"0": "Aire",
"1": "Piedra madre", // ?
"2": "Tierra",
"3": "Granito",
"4": "Arenisca",
"8": "C\u00E9sped",
"15": "Vidrio",
"16": "Mineral de carb\u00F3n",
"17": "L\u00E1mpara de mimbre",
"18": "Agua",
"144": "Placa de presi\u00F3n",
"145": "Puerta Delay", // #
"146": "Sr Latch", // $
"167": "Im\u00E1n",
"168": "Suelo", // !
"260": "Losa de tierra",
"261": "Escaleras de tierra",
"262": "Madera de \u00E1lamo",
"263": "Hojas de \u00E1lamo",
"1010": "JEI Crafting Book" // $
}
comment // ?:
The words need a better translation.
coment // !:
Some words have different meanings.
comment // #:
Some words have not been translated.
comment // $:
The words have not been translated
The string.xml file:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="clear_flu">¿Gripe clara?</string> <!-- I don't why the translate write this one -->
<string name="quick_options">Opciones rapidas</string>
</resources>
Hi, today i'm working in add the Spanish language and i want ask you if you add the Spanish language.
I translate the English to Spanish language:
well, into the file
items_es.jsoni added some comments that i should modifier some words:items_es.json{ "0": "Aire", "1": "Piedra madre", // ? "2": "Tierra", "3": "Granito", "4": "Arenisca", "8": "C\u00E9sped", "15": "Vidrio", "16": "Mineral de carb\u00F3n", "17": "L\u00E1mpara de mimbre", "18": "Agua", "144": "Placa de presi\u00F3n", "145": "Puerta Delay", // # "146": "Sr Latch", // $ "167": "Im\u00E1n", "168": "Suelo", // ! "260": "Losa de tierra", "261": "Escaleras de tierra", "262": "Madera de \u00E1lamo", "263": "Hojas de \u00E1lamo", "1010": "JEI Crafting Book" // $ }comment
// ?:The words need a better translation.
coment
// !:Some words have different meanings.
comment
// #:Some words have not been translated.
comment
// $:The words have not been translated
The
string.xmlfile:string.xml