Skip to content

Commit

Permalink
update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldpaw committed Dec 2, 2023
1 parent d75d8fb commit 235f7f8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ClassicWorldMapEnhanced/Locale/enUS.lua
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

0 comments on commit 235f7f8

Please sign in to comment.