Some translation to Japanese fails: https://imagebin.ca/v/4QfM6AIjrbOz Its msgid is found in my ja.po, but the msgstr does not appear in the dialog. > #: gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp:2034 > msgid "The transactions were imported from file '{1}'." > msgstr "取引はファイル '{1}' からインポートされました。"
We talked before on IRC: https://lists.gnucash.org/logs/2018/12/20.html#T10:40:06 At first I thought boost::locale::tramslate needs initialization like in the example is in https://www.boost.org/doc/libs/1_56_0/libs/locale/doc/html/messages_formatting.html section "Loading dictionaries" But finally it was a wrong path. commit 04c31a5 will solve it
Fix verified. Thanks!