|
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 |
Los chatbots de IA pueden ser muy eficaces a la hora de generar una lista de claves a partir de un archivo .JSON.
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,
"clave_pluralizada": "{count, plural, =0 {No tienes ninguna pluralización.} one {Solo se ha encontrado una pluralización.} other {¡Guau, tienes # pluralizaciones!}}",,
"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)"
};