Move lookup for translation path to separate method

This commit is contained in:
Thomas Basler
2024-10-18 20:46:35 +02:00
parent 4a247f5e94
commit 68c87c9217
3 changed files with 18 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ public:
I18nClass();
void init(Scheduler& scheduler);
std::list<LanguageInfo_t> getAvailableLanguages();
String getFilenameByLocale(String& locale) const;
private:
void readLangPacks();