Showing 943 changed files with 47,809 additions and 41,421 deletions.
5 changes: 5 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ source_file = system/modules/core/languages/en/default.xlf
source_lang = en
file_filter = system/modules/core/languages/<lang>/default.xlf

[contao.develop-core-exception]
source_file = system/modules/core/languages/en/exception.xlf
source_lang = en
file_filter = system/modules/core/languages/<lang>/exception.xlf

[contao.develop-core-explain]
source_file = system/modules/core/languages/en/explain.xlf
source_lang = en
Expand Down
3 changes: 3 additions & 0 deletions .tx/purge
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ $counter = array();

// Loop through the modules
foreach (scan('system/modules') as $module) {
if (!is_dir("system/modules/$module")) {
continue;
}

// Loop through the languages
foreach (scan("system/modules/$module/languages") as $language) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ few examples:

* `http://www.yourdomain.com/contao`
* `http://www.yourdomain.com/contao/contao`
* `http://www.yourdomain.com/contao-3.0.0/contao`
* `http://www.yourdomain.com/contao-3.1.0/contao`


Troubleshooting
Expand Down
1 change: 0 additions & 1 deletion assets/ace/1.0.0/mode-abap.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/ace/1.0.0/mode-c9search.js

This file was deleted.

Loading