mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
strings not shown on GUI will not be translated
This may encourage users in transifex to join Koreader project.
This commit is contained in:
@@ -17,11 +17,11 @@ function ReaderRotation:init()
|
||||
-- these will all generate the same event, just with different arguments
|
||||
RotateLeft = {
|
||||
{"J"},
|
||||
doc = _("rotate left by 90 degrees"),
|
||||
doc = "rotate left by 90 degrees",
|
||||
event = "Rotate", args = -90 },
|
||||
RotateRight = {
|
||||
{"K"},
|
||||
doc = _("rotate right by 90 degrees"),
|
||||
doc = "rotate right by 90 degrees",
|
||||
event = "Rotate", args = 90 },
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user