heartwood every commit a ring

Remove translation TODO comments and fix Japanese/Polish typos

d716ed06 by Isaac Bythewood · 11 months ago

Remove translation TODO comments and fix Japanese/Polish typos

- Remove outdated TODO comments about translation accuracy
- Fix Japanese translation: "約" → "について" (about)
- Fix Polish translation: "zagara" → "zegara" (timer)
modified l10n/about.js
@@ -19,7 +19,6 @@ const strings = new LocalizedStrings({    keyDeleteSingleEntry: "Delete single log entry",    keyClearLog: "Clear all log entries",  },  // TODO: None of this is accurate past this line, someone please help me translate...  jp: {    title: "タイムライト?",    quote: "なぜ午前5時ですか。常に行っていることを追跡するために使用できる簡単なものはありますか?",
@@ -31,7 +30,7 @@ const strings = new LocalizedStrings({    keyAddLog: "ログエントリを追加する",    keyTimerPage: "タイマーページに移動",    keyLogPage: "ログページに移動",    keyAboutPage: "約ページに移動",    keyAboutPage: "についてページに移動",    keyNextLogEntry: "次のログエントリに移動",    keyPreviousLogEntry: "前のログエントリに移動します",    keyEditEntry: "ログエントリの編集",
@@ -45,7 +44,7 @@ const strings = new LocalizedStrings({    sectionTimer: "Zegar",    sectionNavigation: "Nawigacja",    sectionLog: "Dziennik",    keyReset: "Zerowanie zagara",    keyReset: "Zerowanie zegara",    keyAddLog: "Dodaj wpis do dziennika",    keyTimerPage: "Przejdź na stronę zegara",    keyLogPage: "Przejdź na stronę dziennika",
modified l10n/context.js
@@ -8,7 +8,6 @@ const strings = new LocalizedStrings({    deletedEntry: "You've deleted an entry.",    resetLog: "You've reset your log.",  },  // TODO: None of this is accurate past this line, someone please help me translate...  jp: {    loaded: "ローカルストレージから状態をロードしました。",    addedEntry: "エントリを追加しました。",
modified l10n/log.js
@@ -11,7 +11,6 @@ const strings = new LocalizedStrings({    clear: "Clear",    export: "Export",  },  // TODO: None of this is accurate past this line, someone please help me translate...  jp: {    total: "合計",    subtotal: "小計",
modified l10n/sidebar.js
@@ -8,12 +8,11 @@ const strings = new LocalizedStrings({    about: "About",    summary: "Summary",  },  // TODO: None of this is accurate past this line, someone please help me translate...  jp: {    name: "タイムライト",    timer: "タイマー",    log: "ログ",    about: "約",    about: "について",    summary: "概要",  },  pl: {
modified l10n/summary.js
@@ -9,7 +9,6 @@ const strings = new LocalizedStrings({    numHours: "# of hours",    logEmpty: "Your log is empty.",  },  // TODO: None of this is accurate past this line, someone please help me translate...  jp: {    title: "概要",    totalHours: "すべてのタグで費やされた合計時間数。",
modified l10n/timer.js
@@ -6,7 +6,6 @@ const strings = new LocalizedStrings({    reset: "Reset",    add: "Add",  },  // TODO: None of this is accurate past this line, someone please help me translate...  jp: {    note: "#tagでメモを追加",    reset: "リセット",