diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..4cb83f6 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [shagu] +ko_fi: shagu diff --git a/ShaguTweaks-extras.toc b/ShaguTweaks-extras.toc new file mode 100644 index 0000000..8883c1a --- /dev/null +++ b/ShaguTweaks-extras.toc @@ -0,0 +1,22 @@ +## Interface: 11200 +## Title: |cffffcc00Shagu|cffffffffTweaks |cffcccccc[Extras] +## Author: Shagu +## Notes: A collection of tweaks and enhancements to the Default UI +## Notes-ruRU: Коллекция настроек и улучшений для стандартного пользовательского интерфейса. +## Version: GIT +## Dependencies: ShaguTweaks + +# translations +locales\translations_deDE.lua +locales\translations_enUS.lua +locales\translations_esES.lua +locales\translations_frFR.lua +locales\translations_koKR.lua +locales\translations_ruRU.lua +locales\translations_zhCN.lua +locales\translations_zhTW.lua + +# core +main.lua + +# modules diff --git a/locales/translations_deDE.lua b/locales/translations_deDE.lua new file mode 100644 index 0000000..55703c4 --- /dev/null +++ b/locales/translations_deDE.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["deDE"][k] = v +end diff --git a/locales/translations_enUS.lua b/locales/translations_enUS.lua new file mode 100644 index 0000000..cdb7dbe --- /dev/null +++ b/locales/translations_enUS.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["enUS"][k] = v +end diff --git a/locales/translations_esES.lua b/locales/translations_esES.lua new file mode 100644 index 0000000..4c3e6c9 --- /dev/null +++ b/locales/translations_esES.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["esES"][k] = v +end diff --git a/locales/translations_frFR.lua b/locales/translations_frFR.lua new file mode 100644 index 0000000..2580305 --- /dev/null +++ b/locales/translations_frFR.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["frFR"][k] = v +end diff --git a/locales/translations_koKR.lua b/locales/translations_koKR.lua new file mode 100644 index 0000000..56a57f4 --- /dev/null +++ b/locales/translations_koKR.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["koKR"][k] = v +end diff --git a/locales/translations_ruRU.lua b/locales/translations_ruRU.lua new file mode 100644 index 0000000..14a1f53 --- /dev/null +++ b/locales/translations_ruRU.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["ruRU"][k] = v +end diff --git a/locales/translations_zhCN.lua b/locales/translations_zhCN.lua new file mode 100644 index 0000000..e5b245c --- /dev/null +++ b/locales/translations_zhCN.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["zhCN"][k] = v +end diff --git a/locales/translations_zhTW.lua b/locales/translations_zhTW.lua new file mode 100644 index 0000000..9ec3fc5 --- /dev/null +++ b/locales/translations_zhTW.lua @@ -0,0 +1,6 @@ +local translation = { +} + +for k, v in pairs(translation) do + ShaguTweaks_translation["zhTW"][k] = v +end diff --git a/main.lua b/main.lua new file mode 100644 index 0000000..49b73bc --- /dev/null +++ b/main.lua @@ -0,0 +1 @@ +ShaguTweaks.provider = "|cffFFCC55Extras:|r"