-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcy.js
15 lines (15 loc) · 1.28 KB
/
cy.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default {
"intl-common:characters:apostrophe": "collnod", // short name or description of the "'" character
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
"intl-common:characters:asterisk": "seren", // short name or description of the "*" character
"intl-common:characters:backslash": "ôl-slaes", // short name or description of the "\" character
"intl-common:characters:colon": "colon", // short name or description of the ":" character
"intl-common:characters:comma": "coma", // short name or description of the "," character
"intl-common:characters:greaterThan": "arwydd mwy-nag", // short name or description of the ">" character
"intl-common:characters:lessThan": "arwydd llai na", // short name or description of the "<" character
"intl-common:characters:numberSign": "arwydd rhif", // short name or description of the "#" character
"intl-common:characters:percentSign": "arwydd canran", // short name or description of the "%" character
"intl-common:characters:pipe": "pibell", // short name or description of the "|" character
"intl-common:characters:questionMark": "gofynnod", // short name or description of the "?" character
"intl-common:characters:quotationMark": "dyfynnod", // short name or description of the '"' character
};