Commit f9ea3134 authored by fallenstardust's avatar fallenstardust

fix format of strings.conf

parent 8ac4b603
......@@ -321,9 +321,6 @@
!system 1262 Master Rules 3
!system 1263 New Master Rules (2017)
!system 1264 New Master Rules (2020)
!system 1267 Idioma (requiere reinicio)
!system 1268 Comprueba antes de colocar monstruos.
!system 1269 Imagen a escala de péndulo
!system 1270 Carta
!system 1271 Registro
!system 1272 Limpiar Registro
......@@ -404,7 +401,6 @@
!system 1352 Mensaje Principal:
!system 1353 Empezar en el Turno:
!system 1354 Encadenar al Inicio del Duelo
!system 1355 ¿Quieres Configurar [%ls]?
!system 1356 ¿Quieres Salir sin Guardar?
!system 1357 Ignorar Cambios del Deck
!system 1358 Auto-Buscar Cartas
......@@ -657,6 +653,8 @@
!counter 0x66 Contador(Pesca-del-Día Susharco Gunkan)
!counter 0x67 Contador(Rueda de Combate)
!counter 0x68 Contador(Tótem Pole)
!counter 0x69 Contador(吠陀-优婆尼沙昙)
!counter 0x6a 响鸣Contador
#setnames, using tab for comment
!setname 0x1 Aliado de la Justicia
!setname 0x2 Genex
......@@ -710,6 +708,7 @@
!setname 0x1f Neo-Espacial
!setname 0x20 Shien
!setname 0x21 Terrestre
!setname 0x1021 地缚神 地縛神
!setname 0x22 Jurrac
!setname 0x23 Malicioso
!setname 0x24 Chatarra
......@@ -820,6 +819,7 @@
!setname 0x73 Xyz
!setname 0x1073 CXyz
!setname 0x2073 Dragón Xyz
!setname 0x4073 铠装超量 アーマード・エクシーズ
!setname 0x74 Sirenarmado
!setname 0x75 Abis-
!setname 0x76 Bestia Heráldica
......
......@@ -146,8 +146,7 @@ public class StringManager implements Closeable {
if (line.startsWith("#") || (!line.startsWith(PRE_SYSTEM) && !line.startsWith(PRE_SETNAME))) {
continue;
}
String[] words = line.split("[\t ]+");
//
String[] words = line.split("[ ]+");
if (words.length >= 3) {
if (PRE_SETNAME.equals(words[0])) {
// System.out.println(Arrays.toString(words));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment