mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-22 08:56:50 +01:00
f80ab9620db8d5084ccb4322fc63c8241fd2929f
i18n function should be able to handle args, for example when a file name is required. Something like: `There's already a file named %{name}%`. In some languages it could be written differently so I added this to the core. Now language files could contain something like:
```php
$lang["There's already a file named %{name}%"] = "Esiste già un file chiamato %{name}%";
```
Codiad Web IDE
Codiad is a web-based IDE framework with a small footprint and minimal requirements. The system is still early in development, and while it has been proven extremely stable please be sure have a backup system if you use it in any production work.
Keep up to date with the latest changes and news on Twitter or Facebook
For more information on the project please check out the check out the Wiki or the Codiad Website
Distributed under the MIT-Style License. See LICENSE.txt file for more information.
Description
Languages
JavaScript
72%
PHP
23.7%
CSS
3.1%
Hack
1.2%