Fix nextMonthTooltip Japanese translation (#12540)

This commit is contained in:
Chris Bracken 2017-10-13 16:38:24 -07:00 committed by GitHub
parent 25ac924e01
commit 17db2d2335
2 changed files with 2 additions and 2 deletions

View File

@ -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"前のページ",

View File

@ -6,7 +6,7 @@
"openAppDrawerTooltip": "ナビゲーションメニューを開く",
"backButtonTooltip": "戻る",
"closeButtonTooltip": "閉じる",
"nextMonthTooltip": "の月へ",
"nextMonthTooltip": "の月へ",
"previousMonthTooltip": "前の月へ",
"nextPageTooltip": "次のページ",
"previousPageTooltip": "前のページ",