ubuntu-flutter-community / settings

:penguin: :orange_heart: :blue_heart: An Ubuntu Desktop system settings app made with Flutter.
GNU General Public License v3.0
273 stars 48 forks source link

Power l10n #391

Closed jpnurmi closed 1 year ago

jpnurmi commented 1 year ago

Close: #375

Feichtmeier commented 1 year ago

Cool! Thank you =)

What is this magic?

"@batteryPercentage": {
    "placeholders": {
      "value": {}
    }
  },
jpnurmi commented 1 year ago

Just passing arguments :)

"pageHomeTitle" : "Welcome {firstName}",
"@pageHomeTitle" : {
    "placeholders": {
        "firstName": {}
    }
}

https://localizely.com/flutter-arb/