Commit 1c04742b authored by nanahira's avatar nanahira

Merge branch 'master' of git.mycard.moe:mycard/ygopro-database

parents c7d858d8 7d4d8830
Pipeline #27446 passed with stages
in 1 minute and 1 second
......@@ -15,22 +15,20 @@ install:
build_script:
- FOR /R dumps %%f in (*.cdb) DO sqlite3.exe %%f .dump > %%f.sql
for:
-
branches:
only:
- master
after_build:
- git fetch --depth 1 origin dump:dump
- git checkout dump
- cp -rf dumps/* locales/
- git config --global user.email %APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL%
- git config --global user.name %APPVEYOR_REPO_COMMIT_AUTHOR%
- bash -c "git commit -a -m '%APPVEYOR_REPO_COMMIT_MESSAGE%' ; exit 0"
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git push origin dump
after_build:
- ps: |
if(-not $env:appveyor_pull_request_number) {
$env:GIT_REDIRECT_STDERR = '2>&1'
git fetch --depth 1 origin dump:dump
git checkout dump
Copy-Item -Path .\dumps\* -Destination .\locales\ -Recurse -Force
git config --global user.email $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL
git config --global user.name $env:APPVEYOR_REPO_COMMIT_AUTHOR
try { git commit -a -m $env:APPVEYOR_REPO_COMMIT_MESSAGE } catch { Write-Output "Nothing Changed" }
git config --global credential.helper store
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
git push origin dump
}
cache:
- sqlite-tools-win-x64-3450300.zip
No preview for this file type
......@@ -1224,3 +1224,5 @@
!setname 0x1b1 White Woods
!setname 0x1b2 Multchummy
!setname 0x1b3 Emblema
!setname 0x1b4 Tachyon
!setname 0x1b5 Blue Tears
No preview for this file type
......@@ -324,7 +324,7 @@
!system 1267 Lenguaje (Reiniciar*)
!system 1268 Comprueba antes de colocar monstruos.
!system 1269 Imagen de Escala de Péndulo
!system 1270 Carta
!system 1270 Info Carta
!system 1271 Registro
!system 1272 Limpiar Registro
!system 1273 Opciones
......@@ -352,12 +352,12 @@
!system 1295 Cancelar
!system 1296 Finalizar
!system 1297 Barajar Mano
!system 1298 Ayudante
!system 1298 Asistente
!system 1299 Animación Rápida
!system 1300 Deck:
!system 1301 Selecciona un Deck válido primero.
!system 1300 Filtrar Decks:
!system 1301 Elegir Deck:
!system 1302 Guardar
!system 1303 Guardar como
!system 1303 G. Como
!system 1304 Limpiar
!system 1305 Ordenar
!system 1306 Salir
......@@ -369,7 +369,7 @@
!system 1312 Monstruo
!system 1313 Mágica
!system 1314 Trampa
!system 1315 Limitaciones:
!system 1315 Reglas:
!system 1316 Prohibida
!system 1317 Limitada
!system 1318 Semi-limitada
......@@ -395,7 +395,7 @@
!system 1339 ¿Vaciar este Deck
!system 1340 Guardar Repetición:
!system 1341 Guardar
!system 1342 Repetición a Renombrar:
!system 1342 Renombrar y/o Guardar Repetición:
!system 1343 Reproducir
!system 1344 Pausar
!system 1345 Saltar
......@@ -1227,3 +1227,5 @@
!setname 0x1b1 Bosque Blanco
!setname 0x1b2 Multfamiliar
!setname 0x1b3 Emblema
!setname 0x1b4 Taquión
!setname 0x1b5 Lágrimas Azules
No preview for this file type
......@@ -1226,5 +1226,5 @@
!setname 0x1b1 白き森
!setname 0x1b2 マルチャミー
!setname 0x1b3 エンブレーマ
!setname 0x2b1 青い涙
!setname 0x2b3 タキオン
!setname 0x1b4 青い涙
!setname 0x1b5 タキオン
\ No newline at end of file
No preview for this file type
......@@ -1219,4 +1219,10 @@
!setname 0x1aa 천배룡
!setname 0x1ab 뇌화
!setname 0x1ac 사라만도라
!setname 0x1ad Ashened
!setname 0x1ad Ashened(잿빛)
!setname 0x1ae 천년/밀레니엄
!setname 0x1af 엑조드
!setname 0x1b0 데먼스미스
!setname 0x1b1 하얀 숲
!setname 0x1b2 마루챠미
!setname 0x1b3 엠블레마
No preview for this file type
......@@ -1228,3 +1228,5 @@
!setname 0x1b1 白森林 白き森
!setname 0x1b2 欢聚友伴 マルチャミー
!setname 0x1b3 徽记 エンブレーマ
!setname 0x1b4 时空 タキオン
!setname 0x1b5 蓝泪 青い涙
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