main: initial commit

This commit is contained in:
shagu
2025-03-19 17:00:19 +01:00
parent cfe22864fd
commit 682e739fd8
11 changed files with 73 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
github: [shagu]
ko_fi: shagu
+22
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["deDE"][k] = v
end
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["enUS"][k] = v
end
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["esES"][k] = v
end
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["frFR"][k] = v
end
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["koKR"][k] = v
end
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["ruRU"][k] = v
end
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["zhCN"][k] = v
end
+6
View File
@@ -0,0 +1,6 @@
local translation = {
}
for k, v in pairs(translation) do
ShaguTweaks_translation["zhTW"][k] = v
end
+1
View File
@@ -0,0 +1 @@
ShaguTweaks.provider = "|cffFFCC55Extras:|r"