mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
- Integrated localization for alert dialogs, snack bars, and button labels in PacketLogScreen and SettingsScreen. - Updated location tracking service messages to use localized strings. - Enhanced ContactTile and DirectMessageSheet with localized text for user interactions. - Implemented localization in DrawingLayer and DrawingToolbar for map-related actions. - Updated SAR Update Sheet to utilize localized strings for user prompts and actions. - Ensured consistent use of localization across all relevant widgets and screens.
18 lines
484 B
JSON
18 lines
484 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(flutter gen-l10n:*)",
|
|
"Bash(flutter pub run:*)",
|
|
"Bash(flutter pub run build_runner build:*)",
|
|
"Bash(flutter packages pub run intl_translation:generate_from_arb:*)",
|
|
"Bash(dart pub global activate:*)",
|
|
"Bash(dart pub global run intl_utils:generate:*)",
|
|
"Bash(dart pub global deactivate:*)",
|
|
"Bash(flutter precache:*)",
|
|
"Bash(flutter analyze:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|