Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e938470
New translations en.po (Spanish)
hahn-kev Sep 17, 2025
d053167
New translations en.po (Korean)
hahn-kev Sep 17, 2025
4a985e1
New translations en.po (Indonesian)
hahn-kev Sep 17, 2025
2fb2d8e
New translations en.po (Spanish)
hahn-kev Oct 1, 2025
844022d
New translations en.po (Korean)
hahn-kev Oct 1, 2025
f6bbf56
New translations en.po (Indonesian)
hahn-kev Oct 1, 2025
d5eb58d
New translations en.po (Malay)
hahn-kev Oct 1, 2025
ee16079
New translations en.po (Swahili)
hahn-kev Oct 1, 2025
22c7f86
New translations en.po (French)
hahn-kev Oct 1, 2025
9ab5814
New translations en.po (Spanish)
hahn-kev Oct 2, 2025
d84318c
New translations en.po (Korean)
hahn-kev Oct 2, 2025
6d6c430
New translations en.po (Indonesian)
hahn-kev Oct 2, 2025
3e386ac
New translations en.po (French)
hahn-kev Oct 2, 2025
c3366ec
New translations en.po (Spanish)
hahn-kev Oct 4, 2025
52061d0
New translations en.po (Korean)
hahn-kev Oct 4, 2025
2348325
New translations en.po (Indonesian)
hahn-kev Oct 4, 2025
ceb1a47
New translations en.po (Malay)
hahn-kev Oct 4, 2025
c98124c
New translations en.po (Swahili)
hahn-kev Oct 4, 2025
10bef21
New translations en.po (French)
hahn-kev Oct 4, 2025
752d888
New translations en.po (French)
hahn-kev Oct 8, 2025
b392dcf
New translations en.po (Spanish)
hahn-kev Oct 9, 2025
fa0c193
New translations en.po (Korean)
hahn-kev Oct 9, 2025
0316ebf
New translations en.po (Indonesian)
hahn-kev Oct 9, 2025
52defc2
New translations en.po (Malay)
hahn-kev Oct 9, 2025
11b2203
New translations en.po (Swahili)
hahn-kev Oct 9, 2025
ceac2ee
New translations en.po (French)
hahn-kev Oct 9, 2025
aa25bdb
New translations description-en.md (French)
hahn-kev Oct 9, 2025
0f81736
New translations en.po (Spanish)
hahn-kev Oct 10, 2025
632a445
New translations en.po (Korean)
hahn-kev Oct 10, 2025
43b410c
New translations en.po (Indonesian)
hahn-kev Oct 10, 2025
52c9190
New translations en.po (Malay)
hahn-kev Oct 10, 2025
671598a
New translations en.po (Swahili)
hahn-kev Oct 10, 2025
cf5f696
New translations en.po (French)
hahn-kev Oct 10, 2025
2c1df5d
New translations en.po (Spanish)
hahn-kev Oct 14, 2025
4b5301a
New translations en.po (Spanish)
hahn-kev Oct 18, 2025
70de1f0
New translations en.po (Korean)
hahn-kev Oct 18, 2025
3be0b68
New translations en.po (Indonesian)
hahn-kev Oct 18, 2025
bedea37
New translations en.po (Malay)
hahn-kev Oct 18, 2025
f6fee05
New translations en.po (Swahili)
hahn-kev Oct 18, 2025
0914807
New translations en.po (French)
hahn-kev Oct 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/viewer/src/locales/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Language: es\n"
"Project-Id-Version: language-depot\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-09-12 05:50\n"
"PO-Revision-Date: 2025-09-17 10:28\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down Expand Up @@ -600,7 +600,7 @@ msgstr "Último cambio: #"

#: src/project/sync/SyncStatusPrimitive.svelte
msgid "Last sync: #"
msgstr ""
msgstr "Última sincronización: #"
Comment on lines 602 to +619
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

🧩 Analysis chain

Spanish translation added for "Last sync: #" — LGTM.
Placeholder preserved and style consistent with "Último cambio: #".

Run to confirm no locales still have an empty msgstr for this key:


🏁 Script executed:

#!/bin/bash
set -euo pipefail
missing=$(rg -nUP 'msgid "Last sync: #"\s*\nmsgstr\s*""' frontend/viewer/src/locales -g '*.po' || true)
if [[ -n "$missing" ]]; then
  echo "Missing translations:"
  echo "$missing"
  exit 1
else
  echo "All locales have non-empty translations for 'Last sync: #'."
fi

Length of output: 342


Spanish translation OK — missing translations for "Last sync: #".

  • frontend/viewer/src/locales/sw.po:602-603 — msgstr ""
  • frontend/viewer/src/locales/fr.po:602-603 — msgstr ""
  • frontend/viewer/src/locales/ms.po:602-603 — msgstr ""

Add non-empty translations for "Last sync: #" in the above files, preserving the "#" placeholder.

🤖 Prompt for AI Agents
In frontend/viewer/src/locales/sw.po lines 602-603,
frontend/viewer/src/locales/fr.po lines 602-603, and
frontend/viewer/src/locales/ms.po lines 602-603 the msgstr for msgid "Last sync:
#" is empty; add a non-empty translated string in each file preserving the "#"
placeholder exactly (e.g., Swahili, French, Malay translations) so the
placeholder remains intact and the format stays msgid "Last sync: #" / msgstr
"your translation with #".


#: src/lib/components/audio/audio-editor.svelte
msgid "Length:"
Expand Down
4 changes: 2 additions & 2 deletions frontend/viewer/src/locales/id.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Language: id\n"
"Project-Id-Version: language-depot\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-09-11 05:31\n"
"PO-Revision-Date: 2025-09-17 10:28\n"
"Last-Translator: \n"
"Language-Team: Indonesian\n"
"Plural-Forms: nplurals=1; plural=0;\n"
Expand Down Expand Up @@ -600,7 +600,7 @@ msgstr "Perubahan terakhir: #"

#: src/project/sync/SyncStatusPrimitive.svelte
msgid "Last sync: #"
msgstr ""
msgstr "Sinkronisasi terakhir: #"

#: src/lib/components/audio/audio-editor.svelte
msgid "Length:"
Expand Down
4 changes: 2 additions & 2 deletions frontend/viewer/src/locales/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Language: ko\n"
"Project-Id-Version: language-depot\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-09-11 05:31\n"
"PO-Revision-Date: 2025-09-17 10:28\n"
"Last-Translator: \n"
"Language-Team: Korean\n"
"Plural-Forms: nplurals=1; plural=0;\n"
Expand Down Expand Up @@ -600,7 +600,7 @@ msgstr "마지막 변경 사항: #"

#: src/project/sync/SyncStatusPrimitive.svelte
msgid "Last sync: #"
msgstr ""
msgstr "마지막 동기화: #"

#: src/lib/components/audio/audio-editor.svelte
msgid "Length:"
Expand Down
Loading