arb 0.1.0

Localize flutter apps with DeepL AI translations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "@@locale": "en",

  "helloWorld": "Hello world",
  "helloName": "Hello {name}",
  "@helloName": {
    "placeholders": {
        "name": {
            "type": "String"
        }
    }
  },

  "@_END": {}
}