Home | Accounts | Categories | Budget overview |
Home | Accounts | Categories | Budget overview |
Home | Accounts | Categories | Budget overview |
Create .arb
file inside lib/localization/app_<language_code>.arb
example app_en.arb
Copy all transactions from app_en.arb
to created file and remove all keys which annotates with @
From
{
"appTitle": "Paisa",
"@appTitle": {
"description": "The app name",
"type": "text",
"placeholders": {}
}
}
To
{
"appTitle": "Paisa"
}
Check untranslated.json
for anything missing keys need to be translated
Run the app and check once
git clone https://github.com/RetroMusicPlayer/Paisa.git
to download the project from the GitHub repository.flutter pub get
to install the required dependencies.flutter run --flavor dev
or through your IDE.Contact us in Telegram Telegram Group
Copyright (c) 2022, Hemanth Savarala
All rights reserved.