# Translations ## Fields that we can't translate and would like to: ### Index * "account" link in top navbar. * "filter threads" in index - Including "showing x of x categories" - Also buttons "show all" and "filter" - Can we directly edit `/cerca/html/index.html` for those changes? ### Threads * "edit thread" link on threads when you're OP - "edit" link when you've posted on a thread * "Thread preview" text (on top) when editing thread as OP - It correctly shows translation when you're editing a normal post * "today" in date of posts ### Account * Most of the page, including titles, paragraphs and buttons * Can we directly edit `/cerca/html/account.html` for those changes? ### Password reset * "/reset/" page description ### Admin * First question: "Do you want to view or create invites? . View invites." * "Registered invites" title and description paragraphs - If it's possible, the titles of the table * "invite/register info" on "Users" table ### Invites * Most of the page, including titles, paragraphs and buttons * Can we directly edit `/cerca/html/admin.html` for those changes? # Extras This are just things to look at, not related to translation. * While using `cerca` in console: When you successfuly use the command `cerca adduser -username ""` it ends with: ``` "Please login at https://forum.merveilles.town/login After logging in, visit https://forum.merveilles.town/reset to reset your password" ``` - Something similar when using `cerca makeadmin -username ""`: ``` Please visit https://forum.merveilles.town/admin for all your administration needs (changing usernames, resetting passwords, deleting user accounts) ``` * While creating/adding a user using the console: I wasn't able to login with the credentials that were given. Log shows: > "LoginRoute: getting password hash and uid (get password hash (sql: no rows in result set))" - For that user to be able to log on I have to go to the admin panel and "Create New User". The process gives me a new password for that user. When user logs with those credentials I'm able to see it in the "Users" table in the admin panel. The change also shows in the moderator log. - When I try to make that user an admin there's no response. When I try to make it an admin in console, it "successfuly" adds it as an admin but it doesn't show the "Admins" section. Also, the change doesn't show in the moderator log. If I try to remove it as an admin, there is no response. - The only way to remove that account is if user deletes it themselves.