diff options
author | saturneric <[email protected]> | 2024-01-23 10:14:21 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-23 10:14:21 +0000 |
commit | 3ec6373fc40ca5120e0417ffb41a6341272fd952 (patch) | |
tree | 74e6b9722e6a9217a90715c9fd6d564cf82596c1 /src/init.h | |
parent | fix: main windows is too small (diff) | |
download | GpgFrontend-3ec6373fc40ca5120e0417ffb41a6341272fd952.tar.gz GpgFrontend-3ec6373fc40ca5120e0417ffb41a6341272fd952.zip |
fix: solve issues at i18n support
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -48,6 +48,12 @@ void InitGlobalPathEnv(); /** * @brief * + */ +void InitLocale(); + +/** + * @brief + * * @param args */ void InitGlobalBasicalEnv(const GFCxtWPtr &, bool); |