-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from tiker/8.1.0
Bringing in 8.1.0 updates
- Loading branch information
Showing
14 changed files
with
64 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
-- For translations visit: / Per le traduzioni vai a: | ||
-- http://wow.curseforge.com/addons/gogomount/localization/itIT/ | ||
|
||
if GetLocale() == "itIT" then | ||
BINDING_HEADER_GOGOHEADER = "GoGoMount" | ||
BINDING_NAME_GOGOBINDING = "Montare / Smontare" -- Needs review | ||
BINDING_NAME_GOGOBINDING2 = "Montare / Smontare (senza volo)" -- Needs review | ||
BINDING_NAME_GOGOBINDING3 = "Montare / Smontare Monti passeggeri" -- Needs review | ||
GoGo_Variables.Localize = --@localization(locale="itIT", format="lua_table", handle-unlocalized="english", handle-subnamespaces="subtable", namespace="GoGo_Variables/Localize")@ | ||
end --if | ||
end --if |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
-- http://wow.curseforge.com/addons/gogomount/localization/ptBR/ | ||
if GetLocale() == "ptBR" then | ||
BINDING_HEADER_GOGOHEADER = "GoGoMount" | ||
BINDING_NAME_GOGOBINDING = "Montar / Desmontar" -- Needs review | ||
BINDING_NAME_GOGOBINDING2 = "Montar / Desmontar (não voadora)" -- Needs review | ||
BINDING_NAME_GOGOBINDING3 = "Montar / Desmontar Montaria de passageiros" -- Needs review | ||
GoGo_Variables.Localize = --@localization(locale="ptBR", format="lua_table", handle-unlocalized="english", handle-subnamespaces="subtable", namespace="GoGo_Variables/Localize")@ | ||
end --if | ||
end --if |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters