Skip to content

Commit

Permalink
fix: add Hungarian to Preferences and minor fix ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Sep 9, 2024
1 parent 11717fb commit 9a73931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion locale/hu_HU.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="hu_HU">
<TS version="2.1" language="hu_HU" sourcelanguage="en">
<context>
<name>About</name>
<message>
Expand Down
1 change: 1 addition & 0 deletions src/language.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ struct Db
{ "tk_TM", QT_TR_NOOP( "Turkmen" ) },
{ "ie_001", QT_TR_NOOP( "Interlingue" ) },
{ "jbo_EN", QT_TR_NOOP( "Lojban" ) },
{ "hu_HU", QT_TR_NOOP( "Hungarian" ) },
{ "en_US", QT_TR_NOOP( "English" ) } };

Db();
Expand Down

0 comments on commit 9a73931

Please sign in to comment.