Skip to content

Commit

Permalink
Merge pull request #3 from flow0284/additional_languages
Browse files Browse the repository at this point in the history
Additional Languages
esES (need translator)
esMX (need translator)
frFR (need translator)
itIT (need translator)
koKR (need translator)
ptBR (need translator)
ruRU (need translator)
zhCN (need translator)
zhTW (need translator)
  • Loading branch information
flow0284 authored Oct 25, 2020
2 parents 09281bb + 96a7327 commit 6b9f848
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/curse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
path: 'ProspectButton'
- run: ./ProspectButton/.github/workflows/get-translations.sh deDE
#- run: ./ProspectButton/.github/workflows/get-translations.sh enUS
#- run: ./ProspectButton/.github/workflows/get-translations.sh esES
#- run: ./ProspectButton/.github/workflows/get-translations.sh frFR
#- run: ./ProspectButton/.github/workflows/get-translations.sh itIT
#- run: ./ProspectButton/.github/workflows/get-translations.sh ptBR
#- run: ./ProspectButton/.github/workflows/get-translations.sh ruRU
- run: ./ProspectButton/.github/workflows/get-translations.sh esES
- run: ./ProspectButton/.github/workflows/get-translations.sh esMX
- run: ./ProspectButton/.github/workflows/get-translations.sh frFR
- run: ./ProspectButton/.github/workflows/get-translations.sh itIT
- run: ./ProspectButton/.github/workflows/get-translations.sh koKR
- run: ./ProspectButton/.github/workflows/get-translations.sh ptBR
- run: ./ProspectButton/.github/workflows/get-translations.sh ruRU
- run: ./ProspectButton/.github/workflows/get-translations.sh zhCN
- run: ./ProspectButton/.github/workflows/get-translations.sh zhTW
- name: Delete files for curse
run: rm -rf ProspectButton/README.md ProspectButton/.github/ ProspectButton/.gitignore ProspectButton/.git
- name: Generate build number
Expand Down
5 changes: 5 additions & 0 deletions locales/esES.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "esES")

if not L then return end

--@localization(locale="esES", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/esMX.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "esMX")

if not L then return end

--@localization(locale="esMX", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/frFR.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "frFR")

if not L then return end

--@localization(locale="frFR", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/itIT.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "itIT")

if not L then return end

--@localization(locale="itIT", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/koKR.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "koKR")

if not L then return end

--@localization(locale="koKR", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/ptBR.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "ptBR")

if not L then return end

--@localization(locale="ptBR", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/ruRU.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "ruRU")

if not L then return end

--@localization(locale="ruRU", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/zhCN.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "zhCN")

if not L then return end

--@localization(locale="zhCN", format="lua_additive_table")@
5 changes: 5 additions & 0 deletions locales/zhTW.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local L = LibStub("AceLocale-3.0"):NewLocale("ProspectButton", "zhTW")

if not L then return end

--@localization(locale="zhTW", format="lua_additive_table")@

0 comments on commit 6b9f848

Please sign in to comment.