mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-28 15:11:07 -05:00
Fix translation bug
A path registered after initialization must be loaded.
This commit is contained in:
@@ -104,6 +104,7 @@ return array(
|
||||
),
|
||||
'extensions' => array(
|
||||
'empty_list' => 'There is no installed extension',
|
||||
'no_configure_view' => 'This extension cannot be configured.',
|
||||
'system' => 'System extension (you have no rights on it)',
|
||||
'title' => 'Extensions',
|
||||
),
|
||||
|
||||
@@ -104,6 +104,7 @@ return array(
|
||||
),
|
||||
'extensions' => array(
|
||||
'empty_list' => 'Il n’y a aucune extension installée.',
|
||||
'no_configure_view' => 'Cette extension ne peut pas être configurée.',
|
||||
'system' => 'Extension système (vous n’avez aucun droit dessus)',
|
||||
'title' => 'Extensions',
|
||||
),
|
||||
|
||||
@@ -85,6 +85,7 @@ class Minz_Translate {
|
||||
}
|
||||
|
||||
self::$path_list[] = $path;
|
||||
self::loadLang($path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user