mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
2999: Add Serbian Cyrillic translation r=def- a=cobisimo This is adding Serbian Cyrillic translation and contain complete translation with latest strings. by Veljko Radovanovic (VekiPro) 3001: Use skin pointer directly r=def- a=Jupeyy Can't tell if setting the hot item in gui invalidly can potentially break stuff, also a skin refresh button would make this useless anyway 3003: Update brazilian_portuguese.txt r=def- a=rffontenelle Co-authored-by: Nikola Radovanovic <nikola.r@toptal.com> Co-authored-by: Jupeyy <jupjopjap@gmail.com> Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
commit
9df4299bb5
|
@ -1070,6 +1070,7 @@ set(EXPECTED_DATA
|
||||||
languages/romanian.txt
|
languages/romanian.txt
|
||||||
languages/russian.txt
|
languages/russian.txt
|
||||||
languages/serbian.txt
|
languages/serbian.txt
|
||||||
|
languages/serbian_cyrillic.txt
|
||||||
languages/simplified_chinese.txt
|
languages/simplified_chinese.txt
|
||||||
languages/slovak.txt
|
languages/slovak.txt
|
||||||
languages/spanish.txt
|
languages/spanish.txt
|
||||||
|
|
|
@ -1241,46 +1241,46 @@ Play
|
||||||
== Jogar
|
== Jogar
|
||||||
|
|
||||||
Downloading ddnet-info.json failed
|
Downloading ddnet-info.json failed
|
||||||
==
|
== Falha ao baixar ddnet-info.json
|
||||||
|
|
||||||
Saving ddnet-settings.cfg failed
|
Saving ddnet-settings.cfg failed
|
||||||
==
|
== Falha ao salvar ddnet-settings.cfg
|
||||||
|
|
||||||
Theme
|
Theme
|
||||||
==
|
== Tema
|
||||||
|
|
||||||
File
|
File
|
||||||
==
|
== Arquivo
|
||||||
|
|
||||||
Demos directory
|
Demos directory
|
||||||
==
|
== Diretório de demos
|
||||||
|
|
||||||
Themes directory
|
Themes directory
|
||||||
==
|
== Diretório de temas
|
||||||
|
|
||||||
Skin Database
|
Skin Database
|
||||||
==
|
== Banco de Dados de Skins
|
||||||
|
|
||||||
Skins directory
|
Skins directory
|
||||||
==
|
== Diretório de skins
|
||||||
|
|
||||||
Background music volume
|
Background music volume
|
||||||
==
|
== Volume da música de fundo
|
||||||
|
|
||||||
Assets
|
Assets
|
||||||
==
|
== Ativos
|
||||||
|
|
||||||
Use current map as background
|
Use current map as background
|
||||||
==
|
== Usar o mapa atual como plano de fundo
|
||||||
|
|
||||||
Entities
|
Entities
|
||||||
==
|
== Entidades
|
||||||
|
|
||||||
Emoticons
|
Emoticons
|
||||||
==
|
== Emoticons
|
||||||
|
|
||||||
Particles
|
Particles
|
||||||
==
|
== Partículas
|
||||||
|
|
||||||
Assets directory
|
Assets directory
|
||||||
==
|
== Diretório de ativos
|
||||||
|
|
|
@ -92,6 +92,10 @@ serbian
|
||||||
== Srpski
|
== Srpski
|
||||||
== 688
|
== 688
|
||||||
|
|
||||||
|
serbian_cyrillic
|
||||||
|
== Српски
|
||||||
|
== 688
|
||||||
|
|
||||||
simplified_chinese
|
simplified_chinese
|
||||||
== 简体中文
|
== 简体中文
|
||||||
== 156
|
== 156
|
||||||
|
|
1260
data/languages/serbian_cyrillic.txt
Normal file
1260
data/languages/serbian_cyrillic.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -618,7 +618,7 @@ void CMenus::RenderSettingsTee(CUIRect MainView)
|
||||||
if(str_comp(s->m_aName, Skin) == 0)
|
if(str_comp(s->m_aName, Skin) == 0)
|
||||||
OldSelected = i;
|
OldSelected = i;
|
||||||
|
|
||||||
CListboxItem Item = UiDoListboxNextItem(&s_paSkinList[i], OldSelected == i);
|
CListboxItem Item = UiDoListboxNextItem(s_paSkinList[i], OldSelected == i);
|
||||||
char aBuf[128];
|
char aBuf[128];
|
||||||
if(Item.m_Visible)
|
if(Item.m_Visible)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue