ilteoood / flutter_i18n

I18n made easy, for Flutter!
MIT License
217 stars 57 forks source link

Problem with NamespaceFileTranslationLoader #175

Closed yosmellopez closed 3 years ago

yosmellopez commented 3 years ago

I am using NamespaceFileTranslationLoader and I am getting this error: "Unable to load JSON file for es/login". Here is my login.json file.

{ "uploadImage": "Subir Imagen", "birthDate": "Fecha de Nacimiento", "telephone": "Teléfono", "province": "Provincia", "city": "Ciudad", "address": "Dirección", "theme": "Tema", "treeConfiguration": "Configuración de la Red", "otherConfiguration": "Otras Configuraciones", "documentNumber": "Número de Documento", "postalCode": "Código Postal", "country": "País", "rank": "Rango", "editProfile": "Editar Perfil", "saveButton": "Guardar Datos de su Perfil" }

Any consideration in this regard

yosmellopez commented 3 years ago

Interpretation problem