From 349deabbe4f94f73a4b6c950d4f07e92e50d9fed Mon Sep 17 00:00:00 2001 From: hbina085 Date: Tue, 9 Jul 2019 00:14:12 -0400 Subject: Fix issues where translations doesn't work The crux of the issue is a white space between % and s. I have fixed similar problems than found in #30063 Edited by @akien-mga to fix some more occurrences on other placeholders. --- editor/translations/hi.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/translations/hi.po') diff --git a/editor/translations/hi.po b/editor/translations/hi.po index fff210e356..7fa0ae91a0 100644 --- a/editor/translations/hi.po +++ b/editor/translations/hi.po @@ -34,7 +34,7 @@ msgstr "डीकोडिंग बाइट्स, या अमान्य #: core/math/expression.cpp msgid "Invalid input %i (not passed) in expression" -msgstr "अभिव्यक्ति में अमान्य इनपुट % i (पारित नहीं)" +msgstr "अभिव्यक्ति में अमान्य इनपुट %i (पारित नहीं)" #: core/math/expression.cpp msgid "self can't be used because instance is null (not passed)" @@ -58,7 +58,7 @@ msgstr "'%s' बनाने के लिए अवैध तर्क" #: core/math/expression.cpp msgid "On call to '%s':" -msgstr "'% s ' को कॉल करने पर:" +msgstr "'%s ' को कॉल करने पर:" #: editor/animation_bezier_editor.cpp #: editor/plugins/asset_library_editor_plugin.cpp -- cgit v1.2.3