U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » To improve messages in plural
To improve messages in plural [message #43778] Fri, 10 October 2014 11:52 Go to previous message
koldo is currently offline  koldo
Messages: 3458
Registered: August 2008
Senior Veteran
Hello all

Now the messages in plural are well handled in English. However, in many other languages like French, Italian and Spanish they are not right.

For example:

T_("Do you really want to delete the selected %s ?")
esES("\302\277Realmente quieres borrar las %s seleccionadas?")

It is wrong in Spanish, as the plural affect some words in the sentence, not just the %s. It could be solved doing this:

esES("\302\277Realmente quieres borrar la(s) %s seleccionada(s)?")

However it could be better by using different messages for singular and for plural.

What do you think about it?


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: Issue in docking example application
Next Topic: U++ compiles under GCC 4.9.1-2 with argument -std=c++11 are failing.
Goto Forum:
  


Current Time: Fri May 15 06:15:13 GMT+2 2026

Total time taken to generate the page: 0.00588 seconds