|
@@ -28,9 +28,9 @@ |
|
28
|
28
|
*/ |
|
29
|
29
|
class i18n { |
|
30
|
30
|
|
|
31
|
31
|
//set default locale when there is nothing specified |
|
32
|
|
- public static string $defaultLocale = "et"; |
|
32
|
+ public $defaultLocale = "et"; |
|
33
|
33
|
|
|
34
|
34
|
/** |
|
35
|
35
|
* Load the plugin text domain for translation. |
|
36
|
36
|
* |