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": "", "key_with_description": "Check it out! 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": "{count, plural, =0 {No tienes pluralización.} uno {Solo se encontró una pluralización.} otro {¡Vaya, tienes # pluralizaciones!}}",, "sample_collection": [ "first item", "second item", "third item" ], "simple_key": "Just a simple clave with a simple message.", "unverified_key": "This translation is not yet verified and waits for it. (In some formats we also export this status)" };