-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale((...), "enUS", true, true) | ||
|
||
L["Fog of War"] = true | ||
L["Enable the fog of war, covering the areas of the map you haven't yet explored."] = true | ||
L["Enhanced WorldMap"] = true | ||
L["Fade when moving"] = true | ||
L["Fades the map out when moving to allow you to see your character and its closest surroundings."] = true | ||
L["Fog of War"] = true | ||
L["Map opacity"] = true | ||
L["Map opacity when moving"] = true | ||
L["Sets the map opacity when moving."] = true | ||
L["Sets the map opacity when not moving."] = true | ||
L["Show cursor coordinates"] = true | ||
L["Show map coordinates of the mouse cursor."] = true | ||
L["Show map coordinates of the player's current location."] = true | ||
L["Show player coordinates"] = true |