@whiteslove/parsing-lexicon 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/geo.js +1 -1
package/package.json
CHANGED
package/src/geo.js
CHANGED
|
@@ -160,7 +160,7 @@ export const TASHKENT_AREAS = Object.freeze({
|
|
|
160
160
|
]),
|
|
161
161
|
Yunusabad: Object.freeze([
|
|
162
162
|
area('Kashgar', ['кашгар', 'қашқар', 'qashqar', 'kashgar', 'ц 4', 'c 4']), area('Qiyot', ['киёт', 'кият', 'қиёт', 'qiyot', 'kiyot', 'markaz 5', 's 5']),
|
|
163
|
-
area('Minor', ['минор', 'minor', 'ц 6', 'c 6']), area('ToshGRES', ['ташгрэс', 'tashgres', 'TashGRES', 'toshgres']), area('Manzara', ['манзара', 'manzara']),
|
|
163
|
+
area('Minor', ['минор', 'minor', 'ц 6', 'c 6'], 'mahalla'), area('ToshGRES', ['ташгрэс', 'tashgres', 'TashGRES', 'toshgres']), area('Manzara', ['манзара', 'manzara']),
|
|
164
164
|
]),
|
|
165
165
|
Yakkasaray: Object.freeze([
|
|
166
166
|
area('Bashlyk', ['башлык', 'бошлиқ', 'boshliq', 'bashlyk']), area('Kushbegi', ['кушбеги', 'қушбеги', 'qushbegi', 'kushbegi']),
|