From a8ebd771c47a0b5fe545c05746626bb1afa620a8 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Sat, 21 Sep 2024 04:51:22 +0900 Subject: [PATCH] More code review fixes --- src/components/Doc.tsx | 2 +- src/locales/he/translation.json | 1 - src/locales/ja/translation.json | 1 - src/locales/zh/translation.json | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/Doc.tsx b/src/components/Doc.tsx index b8915be0..7d48ee16 100644 --- a/src/components/Doc.tsx +++ b/src/components/Doc.tsx @@ -21,7 +21,7 @@ type DocProps = { docUrl?: string, docUrlDescription?: string } -}; // & WithTranslation? +}; export default class Doc extends React.Component { render () { diff --git a/src/locales/he/translation.json b/src/locales/he/translation.json index 5776573c..da613a80 100644 --- a/src/locales/he/translation.json +++ b/src/locales/he/translation.json @@ -81,7 +81,6 @@ "Close modal": "סגירת חלונית", "Debug": "דיבאג", "Options": "אפשרויות", - "<0>Open in OSM — Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__", "Export Style": "ייצוא של הסטייל", "Download Style": "הורדה של הסטייל", "Download a JSON style to your computer.": "הורדה של הסטייל למחשב", diff --git a/src/locales/ja/translation.json b/src/locales/ja/translation.json index ce7bdb59..9ddfbb44 100644 --- a/src/locales/ja/translation.json +++ b/src/locales/ja/translation.json @@ -81,7 +81,6 @@ "Close modal": "モーダルを閉じる", "Debug": "デバッグ", "Options": "設定", - "<0>Open in OSM — Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__", "Export Style": "スタイルをエクスポート", "Download Style": "スタイルをダウンロード", "Download a JSON style to your computer.": "パソコンにJSONスタイルをダウンロードします。", diff --git a/src/locales/zh/translation.json b/src/locales/zh/translation.json index e2fee490..27fade40 100644 --- a/src/locales/zh/translation.json +++ b/src/locales/zh/translation.json @@ -81,7 +81,6 @@ "Close modal": "关闭模态框", "Debug": "调试", "Options": "选项", - "<0>Open in OSM — Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__", "Export Style": "导出样式", "Download Style": "下载样式", "Download a JSON style to your computer.": "将JSON样式下载到您的电脑。",