diff options
author | kostikov <max@kostikov.co> | 2018-07-20 16:40:35 +0200 |
---|---|---|
committer | kostikov <max@kostikov.co> | 2018-07-20 16:40:35 +0200 |
commit | 062633d312b4d595e21ac09029f73ca8768508b0 (patch) | |
tree | 842d66920a214b558c20278a4ae7482e4ec1f8eb /util/php2po.php | |
parent | 4a54699c1fd27a885c7b4f0ee8458fa8bda8075d (diff) | |
download | volse-hubzilla-062633d312b4d595e21ac09029f73ca8768508b0.tar.gz volse-hubzilla-062633d312b4d595e21ac09029f73ca8768508b0.tar.bz2 volse-hubzilla-062633d312b4d595e21ac09029f73ca8768508b0.zip |
Add var to respect current hstrings.php format
Diffstat (limited to 'util/php2po.php')
-rw-r--r-- | util/php2po.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/php2po.php b/util/php2po.php index 352ed41f6..c47dcac1b 100644 --- a/util/php2po.php +++ b/util/php2po.php @@ -2,9 +2,9 @@ if(! class_exists('App')) { class App { - static public $strings = Array(); + static public $rtl; + static public $strings = Array(); } - //$a = new App(); } if ($argc!=2) { |