Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Dec 19, 2023
1 parent 689522a commit 4c13451
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/common/translations/aspia_common_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<name>common::AboutDialog</name>
<message>
<source>Version: %1</source>
<translation>Version: %1</translation>
<translation type="vanished">Version: %1</translation>
</message>
<message>
<location filename="../ui/about_dialog.cc" line="121"/>
Expand Down Expand Up @@ -389,7 +389,10 @@
<message numerus="yes">
<location filename="../ui/text_chat_widget.cc" line="250"/>
<source>The message is too long. The maximum message length is %n characters.</source>
<translation>Le message est trop long. La longueur maximale du message est de %n caractères.</translation>
<translation>
<numerusform>Le message est trop long. La longueur maximale du message est de %n caractères.</numerusform>
<numerusform>Le message est trop long. La longueur maximale du message est de %n caractères.</numerusform>
</translation>
</message>
<message>
<location filename="../ui/text_chat_widget.cc" line="298"/>
Expand Down

0 comments on commit 4c13451

Please sign in to comment.