diff options
author | Haru <haru@dotalux.com> | 2015-12-30 17:47:24 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-25 17:29:46 +0200 |
commit | d442d4c5beca900865c5f323486818ae9ef42d89 (patch) | |
tree | fa9553cc1d8f938c6e358d47cd548cc0fda20eb3 /src/map/script.c | |
parent | bdc2d0ba6382ef32862052363306abcb3c63c49a (diff) | |
download | hercules-d442d4c5beca900865c5f323486818ae9ef42d89.tar.gz hercules-d442d4c5beca900865c5f323486818ae9ef42d89.tar.bz2 hercules-d442d4c5beca900865c5f323486818ae9ef42d89.tar.xz hercules-d442d4c5beca900865c5f323486818ae9ef42d89.zip |
Improved the format of the exported .pot translation template
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 5b179dea1..1f2f51d13 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -1411,7 +1411,7 @@ void script_add_translatable_string(const struct script_string_buf *string, cons "\""); VECTOR_PUSH(script->lang_export_escaped_buf, '\0'); - fprintf(script->lang_export_fp, "#: %s\n" + fprintf(script->lang_export_fp, "\n#: %s\n" "# %s\n" "msgctxt \"%s\"\n" "msgid \"%s\"\n" |