First commit. Check if all is uploaded well.

This commit is contained in:
Kevin Puertas
2017-10-30 22:59:39 +01:00
parent f88dceff1b
commit 6b38aa6cf8
247 changed files with 27230 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# ¿How it works?
It's based in a array ($T_[]), because it pass to Twig as T_.TEXT, for "fast" translating it.
In the english.php there are annotations for all, and its the reference for new versions.
There is a T_VERSION as define, for knowing version of this translate, changed when new sentences are.
When help, its only for next line (Unless specified), and is provided with a starting comment like that:
'''
//(Example twig page with it) Description
$T_['internal_name'] = 'Translation';
'''
Lines before that are not of that help.