lang: convertits els fitxers de text a json
This commit is contained in:
@@ -129,7 +129,7 @@ std::string boolToString(bool value)
|
||||
// Convierte un valor booleano en una cadena "on" o "off"
|
||||
std::string boolToOnOff(bool value)
|
||||
{
|
||||
return value ? lang::getText(128) : lang::getText(129);
|
||||
return value ? lang::getText("MISC_128") : lang::getText("MISC_129");
|
||||
}
|
||||
|
||||
// Convierte una cadena a minusculas
|
||||
|
||||
Reference in New Issue
Block a user