Skip to content

Commit

Permalink
Add Hebrew language config (nodejs#6580)
Browse files Browse the repository at this point in the history
locale: add hebrew support

Signed-off-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: João Gabriel Quaresma de Almeida <joaoGabriel55>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
joaoGabriel55 and bmuenzenmeyer committed Jun 15, 2024
1 parent e84240e commit 8de7609
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions i18n/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
"enabled": true,
"default": false
},
{
"code": "he",
"localName": "עִברִית",
"name": "Hebrew",
"langDir": "rtl",
"dateFormat": "DD-MM-YYYY",
"hrefLang": "he",
"enabled": false,
"default": false
},
{
"code": "id",
"localName": "Bahasa Indonesia",
Expand Down

0 comments on commit 8de7609

Please sign in to comment.