Skip to content

Commit

Permalink
Merge pull request #16922 from jelmis/multi-pgn-import-description
Browse files Browse the repository at this point in the history
Show correct max. number of games for multi PGN import
  • Loading branch information
ornicar authored Feb 5, 2025
2 parents 6aa4177 + a57b059 commit 0f02fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions translation/source/study.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
<string name="loadAPositionFromFen">Load a position from FEN</string>
<string name="loadAGameFromPgn">Load games from PGN</string>
<string name="automatic">Automatic</string>
<plurals name="pasteYourPgnTextHereUpToNbGames">
<plurals name="pasteYourPgnTextHereUpToNbGames" comment="It is possible to create multiple chapters in one go. Please try to convey this using a short translation.">
<item quantity="one">Paste your PGN text here, up to %s game</item>
<item quantity="other">Paste your PGN text here. Each game is a new chapter. The study can have up to %s chapters</item>
<item quantity="other">Paste games as PGN text here. For each game, a new chapter is created. The study can have up to %s chapters.</item>
</plurals>
<string name="urlOfTheGame">URL of the games, one per line</string>
<string name="loadAGameFromXOrY">Load games from %1$s or %2$s</string>
Expand Down
2 changes: 1 addition & 1 deletion ui/@types/lichess/i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4827,7 +4827,7 @@ interface I18n {
open: string;
/** Orientation */
orientation: string;
/** Paste your PGN text here. Each game is a new chapter. The study can have up to %s chapters */
/** Paste games as PGN text here. For each game, a new chapter is created. The study can have up to %s chapters. */
pasteYourPgnTextHereUpToNbGames: I18nPlural;
/** %s per page */
perPage: I18nFormat;
Expand Down

0 comments on commit 0f02fdb

Please sign in to comment.