From 5a6618cc57097e1e7205ad6b1d967a3ad79d016e Mon Sep 17 00:00:00 2001 From: Nathanaƫl Courant Date: Sat, 26 Aug 2017 09:43:08 +0200 Subject: Add '@n' escape sequences and some documentation on translated strings. --- builtin/common/misc_helpers.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'builtin') diff --git a/builtin/common/misc_helpers.lua b/builtin/common/misc_helpers.lua index 67eda11f3..5fc589b72 100644 --- a/builtin/common/misc_helpers.lua +++ b/builtin/common/misc_helpers.lua @@ -704,6 +704,8 @@ function core.translate(textdomain, str, ...) end arg_index = arg_index + 1 return ESCAPE_CHAR .. "F" .. arg[a] .. ESCAPE_CHAR .. "E" + elseif matched == "n" then + return "\n" else return matched end -- cgit v1.2.3