|
Extensiones de archivo |
.js |
|
Extensión API |
ember_js |
|
Importación |
Sí |
|
Exportación |
Sí |
|
Compatibilidad con formularios plurales |
Sí |
|
Compatibilidad con descripción |
No |
Ejemplo de código
export default {
"boolean_key": "--- true\n",
"empty_string_translation": "",
"clave_con_descripción": "¡Échale un vistazo!" This key has a description! (At least in some formats)",
"key_with_line-break": "This translations contains\na line-break.",
"nested": {
"deeply": {
"key": "Wow, this key is nested even deeper."
},
"key": "This key is nested inside a namespace."
},
"null_translation": null,
"pluralized_key": {
"one": "Only one pluralization found.",
"other": "Wow, you have %s pluralizations!",
"zero": "You have no pluralization."
},
"sample_collection": [
"first item",
"second item",
"third item"
],
"simple_key": "Just a simple key with a simple message.",
"clave_sin_verificar": "Esta traducción está sin verificar y espera por ello." (In some formats we also export this status)"
};