Skip to content

Commit

Permalink
Update Langs DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavisNunez committed Apr 15, 2020
1 parent f5719f9 commit 13047d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AUTOPLUG2/lang/Langdatabase.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Langs = {
{ id = "ITALIAN", version = "01.10", author = "TheHeroGAC" },
{ id = "JAPANESE", version = "01.08", author = "Kouchan" },
{ id = "SPANISH", version = "01.11", author = "gvaldebenit" },
{ id = "CHINESE_S", version = "01.12", author = "yexun1995" },
{ id = "FRENCH", version = "01.12", author = "Chronoss09" },
{ id = "CHINESE_S", version = "01.13", author = "yexun1995" },
{ id = "FRENCH", version = "01.13", author = "Chronoss09" },
{ id = "GERMAN", version = "01.08", author = "Schn1ek3" },
{ id = "RUSSIAN", version = "01.11", author = "Yoti" },
{ id = "RUSSIAN", version = "01.12", author = "Yoti" },
{ id = "POLISH", version = "01.07", author = "Gameplay World's" },
}
6 changes: 3 additions & 3 deletions Translations/Langdatabase.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Online_Langs = {
{ id = "ITALIAN", version = "01.10", author = "TheHeroGAC" },
{ id = "JAPANESE", version = "01.08", author = "Kouchan" },
{ id = "SPANISH", version = "01.11", author = "gvaldebenit" },
{ id = "CHINESE_S", version = "01.12", author = "yexun1995" },
{ id = "FRENCH", version = "01.12", author = "Chronoss09" },
{ id = "CHINESE_S", version = "01.13", author = "yexun1995" },
{ id = "FRENCH", version = "01.13", author = "Chronoss09" },
{ id = "GERMAN", version = "01.08", author = "Schn1ek3" },
{ id = "RUSSIAN", version = "01.11", author = "Yoti" },
{ id = "RUSSIAN", version = "01.12", author = "Yoti" },
{ id = "POLISH", version = "01.07", author = "Gameplay World's" },
}

0 comments on commit 13047d7

Please sign in to comment.