Commit c3976b0f by Digimon

added possibility to save messages to be translated

parent 9b723baa
...@@ -22,7 +22,7 @@ use yii\db\Query; ...@@ -22,7 +22,7 @@ use yii\db\Query;
* *
* ~~~ * ~~~
* CREATE TABLE tbl_source_message ( * CREATE TABLE tbl_source_message (
* id INTEGER PRIMARY KEY, * id INTEGER PRIMARY KEY AUTO_INCREMENT,
* category VARCHAR(32), * category VARCHAR(32),
* message TEXT * message TEXT
* ); * );
......
...@@ -42,6 +42,6 @@ return [ ...@@ -42,6 +42,6 @@ return [
'.hgkeep', '.hgkeep',
'/messages', '/messages',
], ],
// Generated file format. Can be either "php" or "po". // Generated file format. Can be either "db", "php" or "po".
'format' => 'php', 'format' => 'php',
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment