More code review fixes

This commit is contained in:
Ian Wagner
2024-09-21 04:51:22 +09:00
parent 9287d6f60b
commit a8ebd771c4
4 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type DocProps = {
docUrl?: string, docUrl?: string,
docUrlDescription?: string docUrlDescription?: string
} }
}; // & WithTranslation? };
export default class Doc extends React.Component<DocProps> { export default class Doc extends React.Component<DocProps> {
render () { render () {
-1
View File
@@ -81,7 +81,6 @@
"Close modal": "סגירת חלונית", "Close modal": "סגירת חלונית",
"Debug": "דיבאג", "Debug": "דיבאג",
"Options": "אפשרויות", "Options": "אפשרויות",
"<0>Open in OSM</0> &mdash; Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
"Export Style": "ייצוא של הסטייל", "Export Style": "ייצוא של הסטייל",
"Download Style": "הורדה של הסטייל", "Download Style": "הורדה של הסטייל",
"Download a JSON style to your computer.": "הורדה של הסטייל למחשב", "Download a JSON style to your computer.": "הורדה של הסטייל למחשב",
-1
View File
@@ -81,7 +81,6 @@
"Close modal": "モーダルを閉じる", "Close modal": "モーダルを閉じる",
"Debug": "デバッグ", "Debug": "デバッグ",
"Options": "設定", "Options": "設定",
"<0>Open in OSM</0> &mdash; Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
"Export Style": "スタイルをエクスポート", "Export Style": "スタイルをエクスポート",
"Download Style": "スタイルをダウンロード", "Download Style": "スタイルをダウンロード",
"Download a JSON style to your computer.": "パソコンにJSONスタイルをダウンロードします。", "Download a JSON style to your computer.": "パソコンにJSONスタイルをダウンロードします。",
-1
View File
@@ -81,7 +81,6 @@
"Close modal": "关闭模态框", "Close modal": "关闭模态框",
"Debug": "调试", "Debug": "调试",
"Options": "选项", "Options": "选项",
"<0>Open in OSM</0> &mdash; Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
"Export Style": "导出样式", "Export Style": "导出样式",
"Download Style": "下载样式", "Download Style": "下载样式",
"Download a JSON style to your computer.": "将JSON样式下载到您的电脑。", "Download a JSON style to your computer.": "将JSON样式下载到您的电脑。",