Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/locales/cy/location/city_pattern.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default ['{{location.city_prefix}}{{location.city_suffix}}'];
11 changes: 11 additions & 0 deletions src/locales/cy/location/city_prefix.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default [
'Aber',
'Llan',
'Caer',
'Cas',
'Porth',
'Ponty',
'Pen',
'Bryn',
'Ban',
];
21 changes: 21 additions & 0 deletions src/locales/cy/location/city_suffix.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
export default [
'tawe',
'teifi',
'pennar',
'daugleddau',
'ystwyth',
'cawl',
'rwst',
'elli',
'dudno',
'dybïe',
'ffilli',
'dydd',
'dâr',
'gele',
'tyleri',
'tridwr',
'newydd',
'gor',
'elwy',
];
6 changes: 6 additions & 0 deletions src/locales/cy/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { LocationDefinition } from '../../..';
import city_pattern from './city_pattern';
import city_prefix from './city_prefix';
import city_suffix from './city_suffix';
import continents from './continents';
import county from './county';
import direction from './direction';
import postal_address from './postal_address';
import postcode from './postcode';

const location: LocationDefinition = {
city_pattern,
city_prefix,
city_suffix,
continents,
county,
direction,
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/locale-data.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`locale-data > should only have known characters 1`] = `
"base": " ()+,-./:;ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz",
"bn_BD": " (),-ঁংঅআইঈউএওকখগঘঙচছজঝঞটঠডঢণতথদধনপফবভমযরলশষসহ়ািীুূৃেৈোৌ্ড়য়",
"cs_CZ": " #()+-.ABCDEFGHIJKLMNOPRSTUVWXZabcdefghijklmnopqrstuvwxyzÁÍÚáéíóöúüýČčĎďěňŘřŠšťůűŽž",
"cy": " #+,-?ABCDEFGHILMNOPRSTWYabcdefghijklmnoprstuwyôŵ",
"cy": " #+,-?ABCDEFGHILMNOPRSTWYabcdefghijklmnoprstuwyâïôŵ",
"da": " !"#()+,-./ABCDEFGHIJKLMNOPQRSTUVWYZabcdefghijklmnopqrstuvwxyzÅÆØãåæçéíø",
"de": " #&'()+,-.ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÄÖÜßàãäéíöúü",
"de_AT": " #&()+,-.ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÄÖÜßãäéíöúü",
Expand Down
Loading