nodebb/public/language/en_GB
barisusakli 7610c11cd1 closes
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.

added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.

the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
..
category.json new language keys closes
error.json closes , closes
global.json fixed updated language strings
groups.json finished up group list and group details pages - closed
language.json dir string in language
login.json new language string
modules.json closes
notifications.json closes
pages.json added user topics page title
recent.json language fixes
register.json added optional forum terms of use to ACP, closes
reset_password.json closes
search.json new language keys closes
success.json new language keys closes
tags.json closes
topic.json closes
unread.json closes
user.json closes
users.json removed onlined from users