Skip to content

Commit

Permalink
[TASK] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelToby committed Sep 18, 2023
1 parent da808e4 commit 4cc0c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlang.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function defineConfig(env) {
return {
referenceLanguage: 'en',
plugins: [i18nextPlugin({
pathPattern: "./src/localize/languages/{language}.json",
pathPattern: "./src/localize/languages/{languageTag}.json",
variableReferencePattern: ["{", "}"]
}), standardLintRules()]
};
Expand Down

0 comments on commit 4cc0c9d

Please sign in to comment.