Skip to content

Feature/intropage preview #1605

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 26, 2025
Merged

Feature/intropage preview #1605

merged 11 commits into from
Jun 26, 2025

Conversation

magnurh-cx
Copy link
Contributor

No description provided.

@magnurh-cx magnurh-cx requested a review from a team as a code owner June 25, 2025 12:26
Copy link
Contributor

@lotorvik lotorvik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 🌞 🎢 🏖️

const current = getTextFromCurrentChanges(key);
const stored = key ? (storedTranslations[key]?.nb ?? '') : '';
const globalStored = key ? (globalTranslations[key]?.nb ?? '') : '';
return current || stored || globalStored || key;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bytt ut key med ''

Copy link
Contributor Author

@magnurh-cx magnurh-cx Jun 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beholder key som default, siden det er det translate-funksjonen i fyllut oppererer med, foreløpig

@magnurh-cx magnurh-cx merged commit 495dc83 into master Jun 26, 2025
15 checks passed
@magnurh-cx magnurh-cx deleted the feature/intropage-preview branch June 26, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants