diff options
| author | 2015-01-08 21:32:21 +0100 | |
|---|---|---|
| committer | 2015-01-08 21:32:21 +0100 | |
| commit | b23fc3187cb90800aad6417badf7822a8d280b74 (patch) | |
| tree | 3b757a544dfb0239bd119b953c316d27860f70cf /lib | |
| parent | 19dfef8b49f78e898ea5841869ff80cc351724bc (diff) | |
Fix translation bug
A path registered after initialization must be loaded.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Translate.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Minz/Translate.php b/lib/Minz/Translate.php index d8ce2a0f7..baddcb424 100644 --- a/lib/Minz/Translate.php +++ b/lib/Minz/Translate.php @@ -85,6 +85,7 @@ class Minz_Translate { } self::$path_list[] = $path; + self::loadLang($path); } /** |
