Skip to content
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

feat: fallback locales #1097

Merged
merged 1 commit into from
Nov 20, 2023
Merged

feat: fallback locales #1097

merged 1 commit into from
Nov 20, 2023

Conversation

sdo-1A
Copy link
Contributor

@sdo-1A sdo-1A commented Nov 14, 2023

No description provided.

@sdo-1A sdo-1A requested a review from a team as a code owner November 14, 2023 14:41
README.md Outdated Show resolved Hide resolved
vscaiceanu-1a
vscaiceanu-1a previously approved these changes Nov 14, 2023
if (prefetchConfig.fallbackLocalesMap && prefetchConfig.fallbackLocalesMap[language]) {
language = prefetchConfig.fallbackLocalesMap[language];
}
var locPattern = `{{{localizationPattern}}}`;
resList.push(locPattern);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
resList.push(locPattern);
resList.push(`{{{localizationPattern}}}`);

@sdo-1A sdo-1A force-pushed the feat/fallback-locales branch 2 times, most recently from 5f54a3f to a538246 Compare November 16, 2023 15:54
fpaul-1A
fpaul-1A previously approved these changes Nov 16, 2023
vscaiceanu-1a
vscaiceanu-1a previously approved these changes Nov 17, 2023
fpaul-1A
fpaul-1A previously approved these changes Nov 17, 2023
@sdo-1A sdo-1A merged commit c0e976f into master Nov 20, 2023
2 checks passed
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.

3 participants