Skip to content

Commit

Permalink
feat(locale): extend Hebrew (he) (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
orinaveh committed Aug 16, 2022
1 parent 83e5fd3 commit f8c9f60
Show file tree
Hide file tree
Showing 26 changed files with 3,350 additions and 436 deletions.
2 changes: 1 addition & 1 deletion src/locales/he/address/building_number.ts
@@ -1 +1 @@
export default ['###', '##', '#'];
export default ['###', '##', '#', "'ב##", "'א##", "'א#", "'ב#"];
7 changes: 1 addition & 6 deletions src/locales/he/address/city.ts
@@ -1,6 +1 @@
export default [
'{{address.city_prefix}} {{name.first_name}}{{name.last_name}}',
'{{address.city_prefix}} {{name.first_name}}',
'{{name.first_name}}{{address.city_suffix}}',
'{{name.last_name}}{{address.city_suffix}}',
];
export default ['{{address.city_name}}'];

0 comments on commit f8c9f60

Please sign in to comment.