Skip to content

Commit

Permalink
Add Polish language to the inlang configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Apr 2, 2024
1 parent 637b1f7 commit d0e91c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/project.inlang/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"en",
"fr",
"de",
"it"
"it",
"pl"
],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
Expand All @@ -19,4 +20,4 @@
"plugin.inlang.messageFormat": {
"pathPattern": "./messages/{languageTag}.json"
}
}
}

0 comments on commit d0e91c4

Please sign in to comment.