Email or username:

Password:

Forgot your password?
Top-level
GunChleoc

@ff0000 @pixelfed Change the string encoding of the "Create new" button for translation, because some languages need to say "Create post new" or "Post new create". Since there are only 3 types, just give us 3 strings to translate.

Also, "commented on your" etc must be replaced by "%1s commented on your %2s" etc to fix the word order.

2 comments
GunChleoc

@ff0000 @pixelfed Also, hard-coded number before array['common']['comments'] is a problem. Find a library to create correct plural forms - plural rules in natural languages are complex unicode-org.github.io/cldr-sta

Use a placeholder here too for positioning the number in the string.

GunChleoc

@pixelfed P.S. Friendica has a plural implementation for PHP, maybe you can reuse some code from there

Go Up