https://bugs.documentfoundation.org/show_bug.cgi?id=143422
Kevin Suo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Kevin Suo <[email protected]> --- I once encountered the same issue with Simplified Chinese language. We should hide this for the following languages also: 71 #define LANGUAGE_CHINESE_HONGKONG 172 #define LANGUAGE_CHINESE_LSO 173 #define LANGUAGE_CHINESE_MACAU 174 #define LANGUAGE_CHINESE_SIMPLIFIED 175 #define LANGUAGE_CHINESE_SINGAPORE 176 #define LANGUAGE_CHINESE_TRADITIONAL 177 #define LANGUAGE_CHINESE_SIMPLIFIED_LEGACY 178 #define LANGUAGE_CHINESE_TRADITIONAL_LSO 179 #define LANGUAGE_CHINESE However I think only LANGUAGE_CHINESE_SIMPLIFIED and LANGUAGE_CHINESE_TRADITIONAL are used, so checking these two only is enough. Aslo I think LANGUAGE_KOREAN also does not need hyphenation. Is a survey in the l10n mailing list necessary? -- You are receiving this mail because: You are the assignee for the bug.
