Syntax
Unlikely other translation tools, such as .arb files, you declare all of your languages and strings in a single file called translation_fallback.json. It will be placed in a folder called translations, inside your /lib (for Flutter projects) or /src (on TS projects). As you can see in the example below, you can either declare you string values in string/string format or in an string/object one:lib/translations/translation_callback.json
Plural
By default, when you declare an string, using object format, which contains plural or none props, when this file get parsed to your sdk’s language you’ll get a param named count, which will define which one to showlib/translations/translation_callback.json
Arguments
You can add arguments to your strings by wrapping up your desired argument names withlib/translations/translation_callback.json