GNOME Bugzilla – Bug 792324
gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
Last modified: 2018-01-08 10:56:17 UTC
Trivial patch attached. I wanted some review on the wording.
Created attachment 366483 [details] [review] gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string() When using g_key_file_get_locale_string() or get_locale_string_list(), the GKeyFile must have been loaded with G_KEY_FILE_KEEP_TRANSLATIONS if the lookup locale differs from the one which was current when the key file was loaded. Document that. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Review of attachment 366483 [details] [review]: ACK-by: me
Attachment 366483 [details] pushed as 8f7cc8c - gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()