leschek wrote:combuster wrote:@leschek: what is wrong with the quotation marks?
Maybe nothing (I'm not sure what are rules for language files). It just looks a bit unusual:
in a few lines you have (marked red):
[color=#FF0000]"[/color]The tag has been merged with tag '%s'.[color=#FF0000]"[/color],
but usually in language files is:
[color=#FF0000]'[/color]The tag has been changed.[color=#FF0000]'[/color],
This is, because normally you would use
'
but when using
'
within the string (so you want to print this character) it is needed to escape it like this:
'blabla \'%s\' blabla'
. But as this is hard to read, you can use the double-quotes and do not need to escape single-quotes. See Coding guidelines "Quoting Strings"
https://area51.phpbb.com/docs/30x/codin ... lines.html
@Cable Player: Please use google to learn about regex. The word "Tags:" has been there before, but was removed because it does not look good and hence it will stay removed, sorry.
@moviehive: basic permission is supported: ACP->permissions->user->select user -> misc -> "Can use RH topic tags".