From 7a475e4695f43fdff6bd73a2521d73dc373b60aa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 25 Oct 2019 03:15:20 +0200 Subject: [PATCH] Mention CFBundleLocalizations in the i18n overview This is still completely undiscoverable, but slightly better than only mentioning this in a Stack Overflow answer referencing a comment in the bug tracker. Closes #9659. --- docs/doxygen/overviews/internationalization.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/doxygen/overviews/internationalization.h b/docs/doxygen/overviews/internationalization.h index dc84c9007f..3d4f7821ec 100644 --- a/docs/doxygen/overviews/internationalization.h +++ b/docs/doxygen/overviews/internationalization.h @@ -59,6 +59,11 @@ Translating your application involves several steps: given language: see wxLocale. +@note Under macOS you also need to list all the supported languages under + @c CFBundleLocalizations key in your application @c Info.plist file + in order to allow the application to support the corresponding locale. + + @section overview_i18n_mofiles Installing translation catalogs The .mo files with compiled catalogs must be included with the application.