build: Upgrade to flutter 3.22
This commit is contained in:
parent
9785b16c34
commit
b8547c4792
188 changed files with 426 additions and 364 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Directory containing the ARB files
|
||||
l10n_dir="./assets/l10n"
|
||||
l10n_dir="./lib/l10n"
|
||||
# Target directory for the locale_config.xml file
|
||||
xml_dir="./android/app/src/main/res/xml"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ String commandHint(L10n l10n, String command) {
|
|||
$(sed -n \
|
||||
's/[[:blank:]]*\"\(commandHint_\([[:lower:]]*\)\)\".*/ case "\2":\
|
||||
return l10n.\1;/p' \
|
||||
assets/l10n/intl_en.arb
|
||||
lib/l10n/intl_en.arb
|
||||
)
|
||||
default:
|
||||
return \"\";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue