Skip to content

Commit

Permalink
Add language string for Text Encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey committed Nov 25, 2024
1 parent d013b7a commit 9925d16
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake-scripts/LanguageStrings.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
macro(openomf_strings)
# strings new in OpenOMF
openomf_string(LangLanguage "Language name")
openomf_string(LangEncoding "LNG Text Encoding")
endmacro()

macro(base_strings)
Expand Down
6 changes: 6 additions & 0 deletions resources/DANISH.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -1975,3 +1975,9 @@ ID: 457
Title: Translation Name
Data: Dansk
Maskinoversottelse

ID: 458
Title: LNG Text Encoding
# utf-8 or cp437.
# utf-8 is not currently supported, as we have no utf-8 text rendering.
Data: cp437
4 changes: 4 additions & 0 deletions resources/ENGLISH2.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ID: 457
Title: Translation Name
Data: English

ID: 458
Title: LNG Text Encoding
Data: cp437
4 changes: 4 additions & 0 deletions resources/GERMAN2.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ID: 457
Title: Translation Name
Data: Deutsch

ID: 458
Title: LNG Text Encoding
Data: cp437

0 comments on commit 9925d16

Please sign in to comment.