mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Generic fixes (#1291)
* - Update Camera purpose string for iOS - Fix address field not passing the correct currency to address book * Enhance file loading in exception handler * Fix translation consistency [skip ci]
This commit is contained in:
parent
3945a3d7b4
commit
d0b51cebe3
30 changed files with 192 additions and 47 deletions
|
@ -30,8 +30,10 @@ void main(List<String> args) async {
|
|||
missingDefaults[key] = arbObj[key] as String;
|
||||
});
|
||||
|
||||
if (missingDefaults.isNotEmpty)
|
||||
if (missingDefaults.isNotEmpty) {
|
||||
await appendTranslations(lang, missingDefaults);
|
||||
alphabetizeArbFile(fileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue