aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/locales/cs_CZ/person/index.ts2
-rw-r--r--src/locales/cs_CZ/person/title.ts91
-rw-r--r--src/locales/he/person/index.ts2
-rw-r--r--src/locales/he/person/title.ts91
-rw-r--r--src/locales/pl/person/index.ts2
-rw-r--r--src/locales/pl/person/title.ts91
-rw-r--r--src/locales/sk/person/index.ts2
-rw-r--r--src/locales/sk/person/title.ts91
8 files changed, 0 insertions, 372 deletions
diff --git a/src/locales/cs_CZ/person/index.ts b/src/locales/cs_CZ/person/index.ts
index bf1b1484..91d42699 100644
--- a/src/locales/cs_CZ/person/index.ts
+++ b/src/locales/cs_CZ/person/index.ts
@@ -16,7 +16,6 @@ import male_prefix from './male_prefix';
import name_ from './name';
import prefix from './prefix';
import suffix from './suffix';
-import title from './title';
const person: PersonDefinition = {
female_first_name,
@@ -32,7 +31,6 @@ const person: PersonDefinition = {
name: name_,
prefix,
suffix,
- title,
};
export default person;
diff --git a/src/locales/cs_CZ/person/title.ts b/src/locales/cs_CZ/person/title.ts
deleted file mode 100644
index 6372cc11..00000000
--- a/src/locales/cs_CZ/person/title.ts
+++ /dev/null
@@ -1,91 +0,0 @@
-export default {
- descriptor: [
- 'Lead',
- 'Senior',
- 'Direct',
- 'Corporate',
- 'Dynamic',
- 'Future',
- 'Product',
- 'National',
- 'Regional',
- 'District',
- 'Central',
- 'Global',
- 'Customer',
- 'Investor',
- 'International',
- 'Legacy',
- 'Forward',
- 'Internal',
- 'Human',
- 'Chief',
- 'Principal',
- ],
- level: [
- 'Solutions',
- 'Program',
- 'Brand',
- 'Security',
- 'Research',
- 'Marketing',
- 'Directives',
- 'Implementation',
- 'Integration',
- 'Functionality',
- 'Response',
- 'Paradigm',
- 'Tactics',
- 'Identity',
- 'Markets',
- 'Group',
- 'Division',
- 'Applications',
- 'Optimization',
- 'Operations',
- 'Infrastructure',
- 'Intranet',
- 'Communications',
- 'Web',
- 'Branding',
- 'Quality',
- 'Assurance',
- 'Mobility',
- 'Accounts',
- 'Data',
- 'Creative',
- 'Configuration',
- 'Accountability',
- 'Interactions',
- 'Factors',
- 'Usability',
- 'Metrics',
- ],
- job: [
- 'Supervisor',
- 'Associate',
- 'Executive',
- 'Liason',
- 'Officer',
- 'Manager',
- 'Engineer',
- 'Specialist',
- 'Director',
- 'Coordinator',
- 'Administrator',
- 'Architect',
- 'Analyst',
- 'Designer',
- 'Planner',
- 'Orchestrator',
- 'Technician',
- 'Developer',
- 'Producer',
- 'Consultant',
- 'Assistant',
- 'Facilitator',
- 'Agent',
- 'Representative',
- 'Strategist',
- ],
-};
diff --git a/src/locales/he/person/index.ts b/src/locales/he/person/index.ts
index 05882d87..9c2d4241 100644
--- a/src/locales/he/person/index.ts
+++ b/src/locales/he/person/index.ts
@@ -12,7 +12,6 @@ import male_first_name from './male_first_name';
import male_prefix from './male_prefix';
import name_ from './name';
import prefix from './prefix';
-import title from './title';
const person: PersonDefinition = {
female_first_name,
@@ -24,7 +23,6 @@ const person: PersonDefinition = {
male_prefix,
name: name_,
prefix,
- title,
};
export default person;
diff --git a/src/locales/he/person/title.ts b/src/locales/he/person/title.ts
deleted file mode 100644
index 98af8927..00000000
--- a/src/locales/he/person/title.ts
+++ /dev/null
@@ -1,91 +0,0 @@
-export default {
- descriptor: [
- 'Lead',
- 'Senior',
- 'Direct',
- 'Corporate',
- 'Dynamic',
- 'Future',
- 'Product',
- 'National',
- 'Regional',
- 'District',
- 'Central',
- 'Global',
- 'Customer',
- 'Investor',
- 'International',
- 'Legacy',
- 'Forward',
- 'Internal',
- 'Human',
- 'Chief',
- 'Principal',
- ],
- level: [
- 'Solutions',
- 'Program',
- 'Brand',
- 'Security',
- 'Research',
- 'Marketing',
- 'Directives',
- 'Implementation',
- 'Integration',
- 'Functionality',
- 'Response',
- 'Paradigm',
- 'Tactics',
- 'Identity',
- 'Markets',
- 'Group',
- 'Division',
- 'Applications',
- 'Optimization',
- 'Operations',
- 'Infrastructure',
- 'Intranet',
- 'Communications',
- 'Web',
- 'Branding',
- 'Quality',
- 'Assurance',
- 'Mobility',
- 'Accounts',
- 'Data',
- 'Creative',
- 'Configuration',
- 'Accountability',
- 'Interactions',
- 'Factors',
- 'Usability',
- 'Metrics',
- ],
- job: [
- 'Supervisor',
- 'Associate',
- 'Executive',
- 'Liaison',
- 'Officer',
- 'Manager',
- 'Engineer',
- 'Specialist',
- 'Director',
- 'Coordinator',
- 'Administrator',
- 'Architect',
- 'Analyst',
- 'Designer',
- 'Planner',
- 'Orchestrator',
- 'Technician',
- 'Developer',
- 'Producer',
- 'Consultant',
- 'Assistant',
- 'Facilitator',
- 'Agent',
- 'Representative',
- 'Strategist',
- ],
-};
diff --git a/src/locales/pl/person/index.ts b/src/locales/pl/person/index.ts
index 788b53ff..3ce4c67d 100644
--- a/src/locales/pl/person/index.ts
+++ b/src/locales/pl/person/index.ts
@@ -14,7 +14,6 @@ import male_prefix from './male_prefix';
import name_ from './name';
import prefix from './prefix';
import sex from './sex';
-import title from './title';
const person: PersonDefinition = {
female_first_name,
@@ -28,7 +27,6 @@ const person: PersonDefinition = {
name: name_,
prefix,
sex,
- title,
};
export default person;
diff --git a/src/locales/pl/person/title.ts b/src/locales/pl/person/title.ts
deleted file mode 100644
index 98af8927..00000000
--- a/src/locales/pl/person/title.ts
+++ /dev/null
@@ -1,91 +0,0 @@
-export default {
- descriptor: [
- 'Lead',
- 'Senior',
- 'Direct',
- 'Corporate',
- 'Dynamic',
- 'Future',
- 'Product',
- 'National',
- 'Regional',
- 'District',
- 'Central',
- 'Global',
- 'Customer',
- 'Investor',
- 'International',
- 'Legacy',
- 'Forward',
- 'Internal',
- 'Human',
- 'Chief',
- 'Principal',
- ],
- level: [
- 'Solutions',
- 'Program',
- 'Brand',
- 'Security',
- 'Research',
- 'Marketing',
- 'Directives',
- 'Implementation',
- 'Integration',
- 'Functionality',
- 'Response',
- 'Paradigm',
- 'Tactics',
- 'Identity',
- 'Markets',
- 'Group',
- 'Division',
- 'Applications',
- 'Optimization',
- 'Operations',
- 'Infrastructure',
- 'Intranet',
- 'Communications',
- 'Web',
- 'Branding',
- 'Quality',
- 'Assurance',
- 'Mobility',
- 'Accounts',
- 'Data',
- 'Creative',
- 'Configuration',
- 'Accountability',
- 'Interactions',
- 'Factors',
- 'Usability',
- 'Metrics',
- ],
- job: [
- 'Supervisor',
- 'Associate',
- 'Executive',
- 'Liaison',
- 'Officer',
- 'Manager',
- 'Engineer',
- 'Specialist',
- 'Director',
- 'Coordinator',
- 'Administrator',
- 'Architect',
- 'Analyst',
- 'Designer',
- 'Planner',
- 'Orchestrator',
- 'Technician',
- 'Developer',
- 'Producer',
- 'Consultant',
- 'Assistant',
- 'Facilitator',
- 'Agent',
- 'Representative',
- 'Strategist',
- ],
-};
diff --git a/src/locales/sk/person/index.ts b/src/locales/sk/person/index.ts
index d839b4e1..64c89b11 100644
--- a/src/locales/sk/person/index.ts
+++ b/src/locales/sk/person/index.ts
@@ -15,7 +15,6 @@ import male_prefix from './male_prefix';
import name_ from './name';
import prefix from './prefix';
import suffix from './suffix';
-import title from './title';
const person: PersonDefinition = {
female_first_name,
@@ -30,7 +29,6 @@ const person: PersonDefinition = {
name: name_,
prefix,
suffix,
- title,
};
export default person;
diff --git a/src/locales/sk/person/title.ts b/src/locales/sk/person/title.ts
deleted file mode 100644
index 98af8927..00000000
--- a/src/locales/sk/person/title.ts
+++ /dev/null
@@ -1,91 +0,0 @@
-export default {
- descriptor: [
- 'Lead',
- 'Senior',
- 'Direct',
- 'Corporate',
- 'Dynamic',
- 'Future',
- 'Product',
- 'National',
- 'Regional',
- 'District',
- 'Central',
- 'Global',
- 'Customer',
- 'Investor',
- 'International',
- 'Legacy',
- 'Forward',
- 'Internal',
- 'Human',
- 'Chief',
- 'Principal',
- ],
- level: [
- 'Solutions',
- 'Program',
- 'Brand',
- 'Security',
- 'Research',
- 'Marketing',
- 'Directives',
- 'Implementation',
- 'Integration',
- 'Functionality',
- 'Response',
- 'Paradigm',
- 'Tactics',
- 'Identity',
- 'Markets',
- 'Group',
- 'Division',
- 'Applications',
- 'Optimization',
- 'Operations',
- 'Infrastructure',
- 'Intranet',
- 'Communications',
- 'Web',
- 'Branding',
- 'Quality',
- 'Assurance',
- 'Mobility',
- 'Accounts',
- 'Data',
- 'Creative',
- 'Configuration',
- 'Accountability',
- 'Interactions',
- 'Factors',
- 'Usability',
- 'Metrics',
- ],
- job: [
- 'Supervisor',
- 'Associate',
- 'Executive',
- 'Liaison',
- 'Officer',
- 'Manager',
- 'Engineer',
- 'Specialist',
- 'Director',
- 'Coordinator',
- 'Administrator',
- 'Architect',
- 'Analyst',
- 'Designer',
- 'Planner',
- 'Orchestrator',
- 'Technician',
- 'Developer',
- 'Producer',
- 'Consultant',
- 'Assistant',
- 'Facilitator',
- 'Agent',
- 'Representative',
- 'Strategist',
- ],
-};