openvk/Web/Presenters/templates/About/Sandbox.xml
veselcraft d2e7602eb5 Localization: Code refactoring (#107)
So, it's no longer looks like shit. The commiter can just add their language to list.yml and make a strings file, and he is done: His name will be automatically added to About page and the language itself will appear in the list
2021-09-16 02:50:58 +03:00

10 lines
184 B
XML

{extends "../@layout.xml"}
{block title}Sandbox{/block}
{block header}
Sandbox для разработчиков
{/block}
{block content}
{php var_dump($languages)}
{/block}