This file is meant to be the base structure for this project, at least it’s offline usage. It will contains all your app strings and languages, even the ones your current plan can’t afford. You can either declare your strings and languages even before setting up your repository on dashboard or get it after creating your languages and strings by yourself there.Documentation Index
Fetch the complete documentation index at: https://docs.localesync.com/llms.txt
Use this file to discover all available pages before exploring further.
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