diff options
| author | Awen23 <[email protected]> | 2025-04-11 18:31:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-11 19:31:57 +0200 |
| commit | f70a6f7a656090ed900ea18b39961d0d5ff78be0 (patch) | |
| tree | a1efa7ac429bcbd44ea2fc5174a3ddad82a634a2 /test | |
| parent | b2c5298c94f632681937fc6d62da2f84252b5c66 (diff) | |
| download | faker-f70a6f7a656090ed900ea18b39961d0d5ff78be0.tar.xz faker-f70a6f7a656090ed900ea18b39961d0d5ff78be0.zip | |
feat(locale): add cy locale, start with date (#3462)
Diffstat (limited to 'test')
| -rw-r--r-- | test/__snapshots__/locale-data.spec.ts.snap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/__snapshots__/locale-data.spec.ts.snap b/test/__snapshots__/locale-data.spec.ts.snap index e1d49258..d71fb90d 100644 --- a/test/__snapshots__/locale-data.spec.ts.snap +++ b/test/__snapshots__/locale-data.spec.ts.snap @@ -8,6 +8,7 @@ exports[`locale-data > should only have known characters 1`] = ` "base": " ()+,-./:;ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz", "bn_BD": "অআইএকগঙচজটডতধনপফবভমযরলশসহ়ািুৃেো্", "cs_CZ": " #()+-.ABCDEFGHIJKLMNOPRSTUVWXZabcdefghijklmnopqrstuvwxyzÁÍÚáéíóöúüýČčĎďěňŘřŠšťůűŽž", + "cy": "ACEGHILMRSTabcdefghilnorstuwy", "da": " !"#()+,-./ABCDEFGHIJKLMNOPQRSTUVWYZabcdefghijklmnopqrstuvwxyzÅÆØãåæçéíø", "de": " #&'()+,-.ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÄÖÜßàãäéíöúü", "de_AT": " #&()+,-.ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÄÖÜßãäéíöúü", |
