From 062633d312b4d595e21ac09029f73ca8768508b0 Mon Sep 17 00:00:00 2001 From: kostikov Date: Fri, 20 Jul 2018 16:40:35 +0200 Subject: Add var to respect current hstrings.php format --- util/php2po.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') 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) { -- cgit v1.2.3