Skip to content

Commit 52841f1

Browse files
authored
Added italian i18n (#80)
2 parents 13a7b28 + 972bfc9 commit 52841f1

6 files changed

Lines changed: 275 additions & 6 deletions

File tree

css/app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,9 @@ input[type="file"]:is(:hover, :focus, :active)::file-selector-button {
443443
.tab.es::after {
444444
content: "🇪🇸";
445445
}
446+
.tab.it::after {
447+
content: "🇮🇹";
448+
}
446449

447450
.tab-panel {
448451
border-top: 1px solid var(--grey);

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default async function (eleventyConfig) {
3030
},
3131
});
3232
eleventyConfig.addPlugin(geti18nCollection, {
33-
locale: ["en", "fr", "ru", "pl", "es"],
33+
locale: ["en", "fr", "ru", "pl", "es", "it"],
3434
});
3535

3636
eleventyConfig.addPassthroughCopy("img");

0 commit comments

Comments
 (0)