Skip to content

Commit

Permalink
Merge branch 'main' into l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
lowrt authored Oct 18, 2024
2 parents 97276e6 + 31dda54 commit c1c6fb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/page/map/meteor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class _AdvancedWeatherChartState extends State<AdvancedWeatherChart> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'24小時${dataTypeToChineseMap[selectedDataType]}趨勢',
context.i18n.hours_24_trend(dataTypeToChineseMap[selectedDataType].toString()),
style: context.theme.textTheme.titleMedium,
),
const SizedBox(height: 8),
Expand Down
9 changes: 9 additions & 0 deletions lib/l10n/app_zh_TW.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1764,5 +1764,14 @@
"permission_storage": "儲存",
"@permission_storage": {
"description": "「歡迎」頁面 → 儲存"
},
"hours_24_trend": "24小時{type}趨勢",
"@hours_24_trend": {
"description": "「地圖」路徑 → 地圖列表 → 氣溫 → 點擊測站 → 資訊托盤 → '24小時${dataTypeToChineseMap[selectedDataType]}趨勢",
"placeholders": {
"type": {
"type": "String"
}
}
}
}

0 comments on commit c1c6fb6

Please sign in to comment.