Fix nextMonthTooltip Japanese translation (#12540)
This commit is contained in:
parent
25ac924e01
commit
17db2d2335
@ -262,7 +262,7 @@ const Map<String, Map<String, String>> localizations = const <String, Map<String
|
||||
"openAppDrawerTooltip": r"ナビゲーションメニューを開く",
|
||||
"backButtonTooltip": r"戻る",
|
||||
"closeButtonTooltip": r"閉じる",
|
||||
"nextMonthTooltip": r"前の月へ",
|
||||
"nextMonthTooltip": r"次の月へ",
|
||||
"previousMonthTooltip": r"前の月へ",
|
||||
"nextPageTooltip": r"次のページ",
|
||||
"previousPageTooltip": r"前のページ",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"openAppDrawerTooltip": "ナビゲーションメニューを開く",
|
||||
"backButtonTooltip": "戻る",
|
||||
"closeButtonTooltip": "閉じる",
|
||||
"nextMonthTooltip": "前の月へ",
|
||||
"nextMonthTooltip": "次の月へ",
|
||||
"previousMonthTooltip": "前の月へ",
|
||||
"nextPageTooltip": "次のページ",
|
||||
"previousPageTooltip": "前のページ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user