Add ink integration UI and media playback
This commit is contained in:
@@ -239,7 +239,7 @@ class TextProcessorModule extends BaseModule {
|
||||
}
|
||||
|
||||
normalizeHyphenationLocale(locale) {
|
||||
const normalized = String(locale || 'en-us').toLowerCase();
|
||||
const normalized = String(locale || 'en-us').trim().toLowerCase().replace('_', '-');
|
||||
if (normalized === 'en') return 'en-us';
|
||||
if (normalized === 'de-de') return 'de';
|
||||
return normalized;
|
||||
|
||||
Reference in New Issue
Block a user