Skip to content

Commit c6d9a36

Browse files
committed
feat: translations
Add italian
1 parent dfa6ebd commit c6d9a36

4 files changed

Lines changed: 554 additions & 4 deletions

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = getConfig({
2929
/** We run eslint as a separate task in CI */
3030
eslint: { ignoreDuringBuilds: !!process.env.CI },
3131
i18n: {
32-
locales: ["en", "de"],
32+
locales: ["en", "de", "it"],
3333
defaultLocale: "en",
3434
},
3535
});

src/chakra-starter/marketing-ui/pricing-table.tsx/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const ThreeTierPricing = () => {
9898
fontSize="sm"
9999
fontWeight="600"
100100
rounded="xl"
101+
textWrap="nowrap"
101102
>
102103
{t("easiestToStart")}
103104
</Text>

0 commit comments

Comments
 (0)