aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Minz/Translate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Translate.php b/lib/Minz/Translate.php
index 1bb2438d1..dfeee2ff9 100644
--- a/lib/Minz/Translate.php
+++ b/lib/Minz/Translate.php
@@ -18,7 +18,7 @@ class Minz_Translate {
/**
* $lang_name is the name of the current language to use.
*/
- private static string $lang_name;
+ private static string $lang_name = '';
/**
* $lang_files is a list of registered i18n files.