fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -40,8 +40,10 @@ export default async function FooterDetails() {
|
||||
<div className={styles.bottomContainer}>
|
||||
<div className={styles.copyrightContainer}>
|
||||
<Footnote type="label" textTransform="uppercase">
|
||||
© {currentYear}{" "}
|
||||
{intl.formatMessage({ id: "Copyright all rights reserved" })}
|
||||
{intl.formatMessage(
|
||||
{ id: "© {currentYear} Scandic AB All rights reserved" },
|
||||
{ currentYear }
|
||||
)}
|
||||
</Footnote>
|
||||
</div>
|
||||
<div className={styles.navigationContainer}>
|
||||
@@ -99,8 +101,10 @@ export async function FooterDetailsSkeleton() {
|
||||
<div className={styles.bottomContainer}>
|
||||
<div className={styles.copyrightContainer}>
|
||||
<Footnote type="label" textTransform="uppercase">
|
||||
© {currentYear}{" "}
|
||||
{intl.formatMessage({ id: "Copyright all rights reserved" })}
|
||||
{intl.formatMessage(
|
||||
{ id: "© {currentYear} Scandic AB All rights reserved" },
|
||||
{ currentYear }
|
||||
)}
|
||||
</Footnote>
|
||||
</div>
|
||||
<div className={styles.navigationContainer}>
|
||||
|
||||
Reference in New Issue
Block a user