Skip to content

Commit

Permalink
fix: use the correct ISO 639-2 codes for terminology, #35
Browse files Browse the repository at this point in the history
Original commit 889d880
Author: Sebastian Skałacki <[email protected]>
Date:   Thu May 14 15:02:24 2020 +0200
  • Loading branch information
ronaldtse committed Apr 24, 2024
1 parent 6f50899 commit 72f6a1d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/tc211/termbase/term.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ def initialize(options = {})
# TODO: fix this, we should not have "EXAMPLES"
eng: ["EXAMPLES", "EXAMPLE"],
ara: "مثال",
chi: "示例",
zho: "示例",
dan: "EKSEMPEL",
dut: ["VOORBEELD", "VOORBEELDEN"],
nld: ["VOORBEELD", "VOORBEELDEN"],
fin: "ESIM",
fre: "Exemple",
# ger: "",
fra: "Exemple",
# deu: "",
jpn: "例",
kor: "보기",
pol: "PRZYKŁAD",
may: "Contoh",
msa: "Contoh",
rus: "Пример",
spa: "Ejemplo",
swe: "Exempel",
Expand All @@ -93,18 +93,18 @@ def initialize(options = {})
NOTE_PREFIXES = {
eng: ["Note \\d to entry", "NOTE"],
ara: "ملاحظة",
chi: "注",
zho: "注",
dan: "Note",
dut: "OPMERKING",
nld: "OPMERKING",
# Matches "HUOM", "HUOM.", "HUOM 1." and "HUOM. 1."
# (numeral added by the method)
fin: "HUOM\\.?",
fre: "A noter",
# ger: "",
fra: "A noter",
# deu: "",
jpn: "備考",
kor: "비고",
pol: "UWAGA",
may: "catatan",
msa: "catatan",
rus: "нота",
spa: "Nota",
swe: ["Anm. \\d till termpost", "Anm. \\d till terpost", "Anm."],
Expand Down

0 comments on commit 72f6a1d

Please sign in to comment.