Skip to content

Conversation

@M-DinhHoangViet
Copy link
Contributor

@M-DinhHoangViet M-DinhHoangViet commented Feb 6, 2024

@ornicar
Follow #14607

@M-DinhHoangViet M-DinhHoangViet changed the title More swiss and tournament trans More arena and swiss toutnament translations Feb 6, 2024
@M-DinhHoangViet M-DinhHoangViet changed the title More arena and swiss toutnament translations More arena and swiss tournament translations Feb 6, 2024
* master: (91 commits)
  select the broadcast games tab if there are games
  tweak move annotation wording
  TS code golf
  Make position evaluation glyphs available via shortcuts
  remove prismic url from config
  don't reset a broadcast board on initial fen change, if moves were played
  maket it possible for shusher to enter team mod view
  show team chat is mod is shusher but not team manager
  hotfix snab dialogs clobbering body overflow
  tweak team chat modding
  LCC uses chess960 position 518 for standard chess
  list up to 100 ongoing broadcasts
  picfit now handles webp
  remove unneeded feed package file
  give the feed its own module, remove blog module
  remove prismic dependency
  New Crowdin updates (lichess-org#14648)
  Update translation/source/broadcast.xml for consistent casing
  Fixed the subscibed broadcast heading and title
  Fixed conf/routes formatting
  ...
don't use .txt to render html
@M-DinhHoangViet M-DinhHoangViet marked this pull request as draft February 12, 2024 10:51
@M-DinhHoangViet
Copy link
Contributor Author

Thank for reviewed. I will review the whole thing and will confirm for you to merge tomorrow.

@M-DinhHoangViet M-DinhHoangViet marked this pull request as ready for review February 12, 2024 14:32
@M-DinhHoangViet
Copy link
Contributor Author

?

case (_, Some(max)) if full => s"${max.rating} ${xArena.txt(speed.trans)}"
case (_, Some(max)) => s"${max.rating} ${speed.trans}"
case (_, Some(max)) if full => maxRatingXArena.txt(max.rating, speed.trans)
case (_, Some(max)) => maxRatingX.txt(max.rating, speed.trans)
Copy link
Collaborator

Choose a reason for hiding this comment

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

there's literally no text to translate there. And it's only confusing to the translators: ≤ %1$s %2$s.

Just leave these 2 lines as they were.

@M-DinhHoangViet M-DinhHoangViet marked this pull request as draft February 28, 2024 04:44
@M-DinhHoangViet
Copy link
Contributor Author

M-DinhHoangViet commented Feb 28, 2024

I'm sorry @ornicar for sending so many commits

@M-DinhHoangViet M-DinhHoangViet marked this pull request as ready for review February 28, 2024 06:27
* master: (68 commits)
  search /fide players by name and fide id
  /fide css
  fix fide player tournaments pagination
  guess fide ids of players of all past broadcasts
  proper bson reader for Chapter.RelayAndTags
  link to the federation page
  show fide player lichess broadcasts
  show fide player title
  fide player page wip
  fix federation players infinite scroll
  federation page with player list
  split fide views
  federation list page
  Dont send request to lila-fishnet when the game is finished
  Scala tweak
  tweak fide player caches
  fix broadcast board flag display on firefox
  New Crowdin updates (lichess-org#14763)
  cleanup fide player names
  rename relay textarea data
  ...
* master:
  make /fide visible
  fix deprecation warning, use .view.mapValues(f)
  scalafmt
<string name="rankAvg">Rank average</string>
<string name="thisPlayerHasNotCreatedAnyTourYet">This player has not created any tournament yet.</string>
<string name="thisPlayerHasNotPlayedInAnyTourYet">This player has not played in any tournament yet.</string>
<string name="thisPlayerHasNotJoinedAnyTourYet">his player has not joined any tournament yet.</string>
Copy link
Collaborator

Choose a reason for hiding this comment

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

also this one had a typo, the first letter is missing.

@ornicar
Copy link
Collaborator

ornicar commented Feb 28, 2024

I wish you would take the time to review your own work. I'm browsing each affected page and finding so many typos and mistakes. A quick proofreading and testing should have been enough to fix most of them, before asking for someone else to review.

I've seen at least 3 forms in this PR: "tournament", "tour", and "tourn".
Pick one.
Imagine being a translator and seeing this

≤ %1$s %2$s Arena

Pretty hard to figure out how to translate it correctly
@ornicar ornicar merged commit f375338 into lichess-org:master Feb 28, 2024
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