Skip to content

Conversation

@isf63
Copy link
Contributor

@isf63 isf63 commented Nov 9, 2025

Append colons to the remaining (two) labels.

@stefonarch
Copy link
Member

Same here, need to remember how I did in lxqt-session.

@stefonarch
Copy link
Member

stefonarch commented Nov 9, 2025

Needs a good recheck, specially for RTL languages, used this in translation DIRs

  sed -i 's/Size/Size:/g' *.ts
  sed -i '/Size/{n;s/<\/translation>/:<\/translation>/g}' *.ts
  sed -i 's/unfinished\">:/unfinished\">/g' *.ts
  sed -i 's/keyboard\ settings/keyboard\ settings:/g' *.ts
  sed -i '/keyboard\ settings/{n;s/<\/translation>/:<\/translation>/g}' *.ts
  sed -i 's/unfinished\">:/unfinished\">/g' *.ts
  cd ../..
  lxqt2-transupdate 

@isf63
Copy link
Contributor Author

isf63 commented Nov 9, 2025

Will re-check; these are very annoying but the end result is good, thanks for helping.

@isf63
Copy link
Contributor Author

isf63 commented Nov 9, 2025

Scanned them - both _en_GBs have errors and one _cy

@isf63
Copy link
Contributor Author

isf63 commented Nov 29, 2025

Checked again and fixed a couple mistakes. For RTL languages having : at the end is correct as the entire strings are reversed.

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