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

Fix footer to work with existing translations #2026

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

lukaw3d
Copy link
Member

@lukaw3d lukaw3d commented Jul 30, 2024

Fixes #2023

Example of existing translation that was broken:
"version": "Različica <ReleaseLink/> (<CommitLink/>) zgrajena {{buildTime}}"

Reverts part of #1941 and #1961.

@lukaw3d lukaw3d requested review from tjanez and lubej July 30, 2024 16:55
Copy link

github-actions bot commented Jul 30, 2024

Deployed to Cloudflare Pages

Latest commit: af9570a6efbcf0c0813b13062b2341b9f2075972
Status:✅ Deploy successful!
Preview URL: https://e04de4c0.oasis-wallet.pages.dev

Copy link
Member

@tjanez tjanez left a comment

Choose a reason for hiding this comment

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

Confirming that it fixes the issue, have not reviewed the code itself.

target="_blank"
rel="noopener noreferrer"
/>
{isMobileOrTablet ? <br /> : <span> </span>}
Copy link
Collaborator

@lubej lubej Jul 31, 2024

Choose a reason for hiding this comment

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

nit: Can we replace <span> </span> with either &nbsp; or {' '}. It is not obvious immediately what it is trying to do. And I think that it depends on the css white-space property, if it is going to be displayed correctly?

Example of existing translation that was broken:
`"version": "Različica <ReleaseLink/> (<CommitLink/>) zgrajena {{buildTime}}"`

Reverts part of #1941 and #1961.
@lukaw3d lukaw3d merged commit 4f9c402 into master Jul 31, 2024
13 checks passed
@lukaw3d lukaw3d deleted the lw/fix-footer branch July 31, 2024 16:35
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.

Issues with footer translations
3 participants