Skip to content

Fix i18np call

Albert Astals Cid requested to merge work/aacid/fix_i18np into master

The first argument is the one that decides whether the first form or the second form will be used, so needs to be a number, second argument gets substituted onto the %2

Using join() of a string list of 1 just gives you the string

Merge request reports