mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
d2e7602eb5
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
10 lines
184 B
XML
10 lines
184 B
XML
{extends "../@layout.xml"}
|
|
{block title}Sandbox{/block}
|
|
|
|
{block header}
|
|
Sandbox для разработчиков
|
|
{/block}
|
|
|
|
{block content}
|
|
{php var_dump($languages)}
|
|
{/block}
|