Cynthia

Results 56 issues of Cynthia

It appears localization data actually has the translation text, except the key has an extra `_error` at the end (see [en.json#L202](https://github.com/tolgee/server/blob/main/webapp/src/i18n/en.json#L202).) It seems other keys have this extra `_error` at...

It would be a nice QoL feature to have all translated strings be flagged as outdated when the source string is updated. This would make it easier for translators to...

enhancement

It'd be nice to have a way for administrators (I noticed there's already an `ADMIN` flag on users) to be able to see all the users, organizations, and projects living...

useful for having icon-only power menu see also: https://github.com/davatorium/rofi/issues/1132

Disabling extents via the configuration flag was causing the compilation to fail, due to the symbols still being used. This PR adds the necessary check if `CONFIG_EXTENTS_ENABLE` isn't 0.

I was looking at the footprint of the JS libraries, and was quite disappointed to see that the `@tolgee/react` package was almost 100KB (~27KB gzipped), which felt quite heavy considering...

- [ ] Change internal representation of pronouns - Drop multiple sets as identifiers (e.g. `she/it`) and only keep individual sets - Represent multiple sets as arrays (`she/it` is currently...

kind: enhancement
target: backend

OAuth2.0 screen is a bit broken as of now Despite beinging a scope-based model, permissions required are still very disappointing and way too broad for what I actually need. Twitter...

kind: enhancement
target: backend

kind: enhancement
target: backend

Manifest v3 has landed in Firefox 101 as a developer preview, so we're getting close to the point where the extension can be fully migrated to mv3 while keeping support...

kind: enhancement
target: extension