Commit 17db2d23 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Fix nextMonthTooltip Japanese translation (#12540)

parent 25ac924e
......@@ -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": "前のページ",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment