-
Please add support for Cyrillic (unicode?) characters in file names. At this moment they are cuting off in file names.
From title "Выполняем тестовое задание на Junior Python разработчика с зарплатой…
-
OM inherits language from the OS. It would be nice to add option to change app's language
-
Normally, shch (or some variant thereof) is used for the letter щ. This makes our life easy, since having шч is outright forbidden in Russian words. Find all of the шч's, replace with щ, done. ;-). Fo…
-
The various ALA_LC romanisation tables for Cyrillic script languages have complex encoding issues, and it seems that the mappings in the file below diverge from the intend of the romanisation tables.
…
andjc updated
11 months ago
-
Hope can have the shifted keys in the layout designer, like `(` `)` `&`, so we can press one key to send the parentheses to the system.
-
```js
const slugify = require('slugify');
console.log(slugify('Аленький цветочек')); // Alenkij-cvetochek
console.log(slugify('Аленький цветочек', {remove: /[()]+/g})); // Alenьkij-cvetochek
```…
-
What would it take to support rendering the map in any language which has translations in OSM?
-
Some languages have [overlapping characters](https://github.com/sindresorhus/transliterate/blob/570a9c244232bdc1bfaa4892bcde95ac2d1c4607/replacements.js#L731-L732). To provide the most accurate result…
-
Dependent on https://github.com/interscript/interscript/issues/527
-
Impacted versions: 11.0, 12.0, 13.0, 14.0, 15.0
Steps to reproduce: Multi language support
in res.partner display_name filed is used to save computed names, if will be work in multi language env a…