1
0
forked from metin2/web

Localized ranking and modified controllers to read data from cache tables.

This commit is contained in:
2024-12-31 20:24:15 +02:00
parent 744e55e385
commit 103d21b5ef
17 changed files with 753 additions and 261 deletions

17
lang/ro/app/names.php Normal file
View File

@ -0,0 +1,17 @@
<?php
return [
// Empire names
'empires.shinsoo' => 'Shinsoo',
'empires.shinsoo.long' => 'Imperiul Shinsoo',
'empires.chunjo' => 'Chunjo',
'empires.chunjo.long' => 'Imperiul Chunjo',
'empires.jinno' => 'Jinno',
'empires.jinno.long' => 'Imperiul Jinno',
// Character class names
'classes.warrior' => "Războinic",
'classes.ninja' => "Ninja",
'classes.sura' => "Sura",
'classes.shaman' => "Șaman",
];