Translation user settings missing #196
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#196
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Although
/api/v1/akkoma/translation/languages
is returning lists ofsource
,target
languages, in pleroma-fe > Settings > General, the "translation target language" selection is missing:Both pleroma-fe and akkoma are on latest
develop
branch. FE is fetching the languages lists OK:fixed via
8713f1870f
update your FE when that CI job finishes
Hmm, I've updated FE a few times, still getting the old code (without the changes in
8713f1870f
)but I can see the files under
/opt/akkoma/instance/static/frontends/pleroma-fe/develop/
have new timestamps after the command finishes. Not sure what I did wrong?ah, my hunch would be that you had the
ref
set to
stable
you can change ref either via
frontends
or via admin-febut anyhow stable release was today, so just update your stable FE and it should be there :upside_down:
Spot on, in the config, the ref was set to
stable
. I misunderstood--ref develop
in the CLI was going to update the active FE 😄Now I see that the
install
command is for downloading and extracting the FE package, and the config "Reference" field is for switching to different installed FE "branches"