vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --[[ |
2 | Bagnon Main Options Localization file |
||
3 | --]] |
||
4 | |||
5 | --[[ |
||
6 | German |
||
7 | --]] |
||
8 | |||
9 | if ( GetLocale() == "deDE" ) then |
||
10 | BAGNON_MAINOPTIONS_SHOW = "Zeige"; |
||
11 | return; |
||
12 | end |