Skip to content

Commit

Permalink
Fix Locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 27, 2019
1 parent 901a368 commit 3116533
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ local _, S = ...

local L = {
enUS = {
DISTANCE = "Distance",
CURRENT_DISTANCE = "Current Distance",
ZOOM_INCREMENT = "Zoom Increment",
ZOOM_SPEED = "Zoom "..SPEED,
},
deDE = {
DISTANCE = "Entfernung",
--DISTANCE = "Entfernung",
ZOOM_INCREMENT = "Zoomschritt",
ZOOM_SPEED = "Zoomgeschwindigkeit",
},
Expand All @@ -29,17 +29,17 @@ local L = {
ZOOM_SPEED = "Zoom Velocidade",
},
ruRU = {
DISTANCE = "Дистанция",
--DISTANCE = "Дистанция",
ZOOM_INCREMENT = "Шаг увеличения",
ZOOM_SPEED = "Скорость увеличения",
},
zhCN = {
DISTANCE = "距离",
--DISTANCE = "距离",
ZOOM_INCREMENT = "缩放增量",
ZOOM_SPEED = "缩放速度",
},
zhTW = {
DISTANCE = "距離",
--DISTANCE = "距離",
ZOOM_INCREMENT = "縮放增量",
ZOOM_SPEED = "縮放速度",
},
Expand Down

0 comments on commit 3116533

Please sign in to comment.