Closed Mikiyas721 closed 1 year ago
How do you access translations in nested JSON files. { "a": { "b":{ "c": "Translated with Flutter Localization" } } } print("a.b.c".i18n()); I was expecting something like this to work, but it does not. What am I missing?
+1
This is not possible, you just can do {"key":"value_string"}
How do you access translations in nested JSON files. { "a": { "b":{ "c": "Translated with Flutter Localization" } } } print("a.b.c".i18n()); I was expecting something like this to work, but it does not. What am I missing?