Skip to content

Commit

Permalink
chore: apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jun 24, 2024
1 parent e8eed92 commit 1ddc1e2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions src/locales/ru/company/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
import type { CompanyDefinition } from '../../..';
import legal_entity_type from './legal_entity_type';
import name_pattern from './name_pattern';
import prefix from './prefix';
import suffix from './suffix';

const company: CompanyDefinition = {
legal_entity_type,
name_pattern,
prefix,
suffix,
};

export default company;
22 changes: 12 additions & 10 deletions src/locales/ru/company/legal_entity_type.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
export default [
'Групп',
'Инкорпорэйтед',
'Лимитед',
'Пром',
'Рус',
'Сбыт',
'Системс',
'Снаб',
'Торг',
'Трейд',
'AO',
'ГУП',
'ЗАО',
'ИП',
'МУП',
'НКО',
'ОАО',
'ООО',
'ОП',
'ПАО',
'ТСЖ',
'ФГУП',
];
16 changes: 8 additions & 8 deletions src/locales/ru/company/name_pattern.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default [
'{{company.prefix}} {{company.legal_entity_type}}{{company.legal_entity_type}}',
'{{company.prefix}} {{company.legal_entity_type}}{{company.legal_entity_type}}{{company.legal_entity_type}}',
'{{company.prefix}} {{location.city_name}}{{company.legal_entity_type}}',
'{{company.prefix}} {{location.city_name}}{{company.legal_entity_type}}{{company.legal_entity_type}}',
'{{company.prefix}} {{location.city_name}}{{company.legal_entity_type}}{{company.legal_entity_type}}{{company.legal_entity_type}}',
'{{company.prefix}} {{person.female_first_name}}',
'{{company.prefix}} {{person.male_first_name}}',
'{{company.prefix}} {{person.male_last_name}}',
'{{company.legal_entity_type}} {{company.suffix}}{{company.suffix}}',
'{{company.legal_entity_type}} {{company.suffix}}{{company.suffix}}{{company.suffix}}',
'{{company.legal_entity_type}} {{location.city_name}}{{company.suffix}}',
'{{company.legal_entity_type}} {{location.city_name}}{{company.suffix}}{{company.suffix}}',
'{{company.legal_entity_type}} {{location.city_name}}{{company.suffix}}{{company.suffix}}{{company.suffix}}',
'{{company.legal_entity_type}} {{person.female_first_name}}',
'{{company.legal_entity_type}} {{person.male_first_name}}',
'{{company.legal_entity_type}} {{person.male_last_name}}',
];
14 changes: 0 additions & 14 deletions src/locales/ru/company/prefix.ts

This file was deleted.

12 changes: 12 additions & 0 deletions src/locales/ru/company/suffix.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export default [
'Групп',
'Инкорпорэйтед',
'Лимитед',
'Пром',
'Рус',
'Сбыт',
'Системс',
'Снаб',
'Торг',
'Трейд',
];

0 comments on commit 1ddc1e2

Please sign in to comment.