diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-16 22:13:50 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-16 22:13:50 +0200 |
commit | 9c6da385be908d454ead2056de9b9c31546411ef (patch) | |
tree | 607871ff9ece3cf9fb53b291e5bdb1b3f0e4b3fe /src/ui/util.h | |
parent | 5d3567bd26ad1031e4ec08ccd2c36f5f1f646ca7 (diff) |
Translation: Remember last used languages
Diffstat (limited to 'src/ui/util.h')
-rw-r--r-- | src/ui/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.h b/src/ui/util.h index 251683f5..35e10c6f 100644 --- a/src/ui/util.h +++ b/src/ui/util.h | |||
@@ -226,3 +226,4 @@ iWidget * makeFeedSettings_Widget (uint32_t bookmarkId); | |||
226 | iWidget * makeTranslation_Widget (iWidget *parent); | 226 | iWidget * makeTranslation_Widget (iWidget *parent); |
227 | 227 | ||
228 | const char * languageId_String (const iString *menuItemLabel); | 228 | const char * languageId_String (const iString *menuItemLabel); |
229 | int languageIndex_CStr (const char *langId); | ||