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

po: fix duplicate strings, update POT file #2977

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Conversation

kbdharun
Copy link
Contributor

@kbdharun kbdharun commented Jul 21, 2023

Description

Some strings such Browse Files and Journal Browser have duplicate entries Browse files and Journal browser in source files causing string failure alerts on Weblate. This PR fixes it and also updates the POT file alone using the following commands:

meson setup /tmp/translation-build
meson compile -C /tmp/translation-build bottles-pot

I intentionally haven't touched the PO Files to avoid conflicts with #2883, I would suggest using Weblate's addon to sync PO Files with POT Files automatically. (Will DM the details to mirkob)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@github-actions
Copy link
Contributor

Pylint result on modfied files:

@TheEvilSkeleton TheEvilSkeleton added this to the 52.0 milestone Jul 29, 2023
@fab-sonarqube
Copy link

fab-sonarqube bot commented Sep 27, 2023

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@orowith2os orowith2os merged commit 9e39f42 into bottlesdevs:main Sep 27, 2023
6 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.

None yet

3 participants