CC-1695 Remove Campcaster Studio and make install easier
Changing htmlUI dir structure to be better.
This commit is contained in:
parent
acda23db88
commit
c4b96da797
285 changed files with 0 additions and 0 deletions
7
htmlUI/localizer/langConv.php
Normal file
7
htmlUI/localizer/langConv.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$f = file('languages.txt');
|
||||
foreach($f as $nr=>$text) {
|
||||
list($code, $name) = explode(' ', $text);
|
||||
echo "<item>\n\t<code>".trim($code)."</code>\n\t<name>".trim($name)."</name>\n</item>\n";
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue