Skip to content

Commit

Permalink
add localeCodesModulein lit-localize.json (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvier authored Dec 14, 2023
1 parent 7dad41c commit bc5c21a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ blank.
"tsConfig": "./tsconfig.json",
"output": {
"mode": "runtime",
"outputDir": "./src/generated/locales"
"outputDir": "./src/generated/locales",
"localeCodesModule": "./src/generated/locale-codes.ts"
},
"interchange": {
"format": "xliff",
Expand All @@ -381,7 +382,8 @@ blank.
],
"output": {
"mode": "runtime",
"outputDir": "./src/generated/locales"
"outputDir": "./src/generated/locales",
"localeCodesModule": "./src/generated/locale-codes.js"
},
"interchange": {
"format": "xliff",
Expand Down

0 comments on commit bc5c21a

Please sign in to comment.