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

View File

@@ -21,7 +21,7 @@ type DocProps = {
docUrl?: string,
docUrlDescription?: string
}
}; // & WithTranslation?
};
export default class Doc extends React.Component<DocProps> {
render () {

View File

@@ -81,7 +81,6 @@
"Close modal": "סגירת חלונית",
"Debug": "דיבאג",
"Options": "אפשרויות",
"<0>Open in OSM</0> &mdash; Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
"Export Style": "ייצוא של הסטייל",
"Download Style": "הורדה של הסטייל",
"Download a JSON style to your computer.": "הורדה של הסטייל למחשב",

View File

@@ -81,7 +81,6 @@
"Close modal": "モーダルを閉じる",
"Debug": "デバッグ",
"Options": "設定",
"<0>Open in OSM</0> &mdash; Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
"Export Style": "スタイルをエクスポート",
"Download Style": "スタイルをダウンロード",
"Download a JSON style to your computer.": "パソコンにJSONスタイルをダウンロードします。",

View File

@@ -81,7 +81,6 @@
"Close modal": "关闭模态框",
"Debug": "调试",
"Options": "选项",
"<0>Open in OSM</0> &mdash; Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
"Export Style": "导出样式",
"Download Style": "下载样式",
"Download a JSON style to your computer.": "将JSON样式下载到您的电脑。",