aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-23 10:14:21 +0000
committersaturneric <[email protected]>2024-01-23 10:14:21 +0000
commit3ec6373fc40ca5120e0417ffb41a6341272fd952 (patch)
tree74e6b9722e6a9217a90715c9fd6d564cf82596c1 /src/init.h
parentfix: main windows is too small (diff)
downloadGpgFrontend-3ec6373fc40ca5120e0417ffb41a6341272fd952.tar.gz
GpgFrontend-3ec6373fc40ca5120e0417ffb41a6341272fd952.zip
fix: solve issues at i18n support
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/init.h b/src/init.h
index 1481b435..7a688504 100644
--- a/src/init.h
+++ b/src/init.h
@@ -48,6 +48,12 @@ void InitGlobalPathEnv();
/**
* @brief
*
+ */
+void InitLocale();
+
+/**
+ * @brief
+ *
* @param args
*/
void InitGlobalBasicalEnv(const GFCxtWPtr &, bool);