Compare commits

...

4 Commits

Author SHA1 Message Date
Ian Wagner a8ebd771c4 More code review fixes 2024-09-21 04:51:22 +09:00
Ian Wagner 9287d6f60b Remove console log 2024-09-21 00:41:04 +09:00
Ian Wagner 34b35f98a6 Apply suggestions from code review
Co-authored-by: Hugues Tavernier <hugues.tavernier@protonmail.com>
2024-09-21 00:39:01 +09:00
Ian Wagner 3f6c99e74f Update src/locales/fr/translation.json
Co-authored-by: Hugues Tavernier <hugues.tavernier@protonmail.com>
2024-09-21 00:38:02 +09:00
5 changed files with 5 additions and 8 deletions
+2 -2
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 () {
@@ -89,7 +89,7 @@ export default class Doc extends React.Component<DocProps> {
} }
{docUrl && docUrlDescription && {docUrl && docUrlDescription &&
<div className="SpecDoc__learn-more"> <div className="SpecDoc__learn-more">
<a href={docUrl} target="_blank" rel="noreferrer" onClick={() => console.log('Link clicked')}>{docUrlDescription}</a> <a href={docUrl} target="_blank" rel="noreferrer">{docUrlDescription}</a>
</div> </div>
} }
</> </>
+3 -3
View File
@@ -176,11 +176,11 @@
"Error:": "Erreur :", "Error:": "Erreur :",
"MapTiler Access Token": "Jeton d'accès MapTiler", "MapTiler Access Token": "Jeton d'accès MapTiler",
"Public access token for MapTiler Cloud.": "Jeton d'accès public pour MapTiler Cloud.", "Public access token for MapTiler Cloud.": "Jeton d'accès public pour MapTiler Cloud.",
"Learn More": "__STRING_NOT_TRANSLATED__", "Learn More": "En savoir plus",
"Thunderforest Access Token": "Jeton d'accès Thunderforest", "Thunderforest Access Token": "Jeton d'accès Thunderforest",
"Public access token for Thunderforest services.": "Jeton d'accès public pour les services Thunderforest.", "Public access token for Thunderforest services.": "Jeton d'accès public pour les services Thunderforest.",
"Stadia Maps API Key": "__STRING_NOT_TRANSLATED__", "Stadia Maps API Key": "Clé d'API Stadia Maps",
"API key for Stadia Maps.": "__STRING_NOT_TRANSLATED__", "API key for Stadia Maps.": "Clé d'API pour Stadia Maps.",
"Style Renderer": "Moteur de rendu pour le style", "Style Renderer": "Moteur de rendu pour le style",
"Choose the default Maputnik renderer for this style.": "Choisissez le moteur de rendu Maputnik par défaut pour ce style.", "Choose the default Maputnik renderer for this style.": "Choisissez le moteur de rendu Maputnik par défaut pour ce style.",
"Language": "Langue", "Language": "Langue",
-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样式下载到您的电脑。",