Skip to content

Commit a87281e

Browse files
authored
i18n: added Danish translation (#53)
1 parent 80fc512 commit a87281e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/i18n/Engine.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ static Hyprutils::I18n::CI18nEngine engine;
77
void I18n::initEngine() {
88
engine.setFallbackLocale("en_US");
99

10+
// da_DK (Danish)
11+
engine.registerEntry("da_DK", TXT_KEY_SEARCH_SOMETHING, "Søg...");
12+
1013
// de_DE (German)
1114
engine.registerEntry("de_DE", TXT_KEY_SEARCH_SOMETHING, "Suche...");
1215

0 commit comments

Comments
 (0)