Skip to content

Commit

Permalink
Merge pull request strapi#16026 from arhubi/feature/add-ast-locale
Browse files Browse the repository at this point in the history
  • Loading branch information
christiancp100 authored Mar 23, 2023
2 parents 432583c + ec678ce commit da8cf68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/plugins/i18n/server/constants/iso-locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@
"code":"as-IN",
"name":"Assamese (India) (as-IN)"
},
{
"code":"ast",
"name":"Asturian (ast)"
},
{
"code":"ast-ES",
"name":"Asturian (Spain) (ast-ES)"
},
{
"code":"asa",
"name":"Asu (asa)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ exports[`ISO locales getIsoLocales 1`] = `
"code": "as-IN",
"name": "Assamese (India) (as-IN)",
},
{
"code": "ast",
"name": "Asturian (ast)",
},
{
"code": "ast-ES",
"name": "Asturian (Spain) (ast-ES)",
},
{
"code": "asa",
"name": "Asu (asa)",
Expand Down

0 comments on commit da8cf68

Please sign in to comment.