Skip to content

Commit

Permalink
1.43 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalcaddle committed Aug 10, 2023
1 parent a4dbc4f commit b77a843
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions app/controller/install/index.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ public function check(){
"io" => array(),
"lang" => I18n::getType(),
);
if($this->in['full'] == '1'){
$options['_lang'] = array(
"list" => I18n::getAll(),
"lang" => I18n::getType(),
);
}
show_json($options);
}
$actions = array(
Expand Down
2 changes: 1 addition & 1 deletion app/sdks/archiveLib/bin/data.bin

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/api.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/lib.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/app/dist/sdk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/app/dist/vendor.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/style/dist/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/dist/sdk.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/lib/main.css

Large diffs are not rendered by default.

0 comments on commit b77a843

Please sign in to comment.