Francesco Lodolo
Francesco Lodolo
~Looks like I'm once again unable to set up Firefox from scratch (sync doesn't pick up translations, even with `--force`).~ ~The log is full of messages like about the TOML...
> > * Fixes [On source repo change, import translations from corresponding l10n files #2068](https://github.com/mozilla/pontoon/issues/2068) > > If Flod translates some string for Italian before en-US files are updated, pushes...
> * The app crashes when I try to download a file from the Firefox project. Locally for me, downloading from a WebExtension project (VPN) worked, downloading from mozilla.org crashed...
To add to my last comment, the behavior is clearly changing, and I'm not sure it's the right thing to do: if I'm on the `brand.ftl` Firefox, in current Pontoon...
> we should prefill the accesskey value with the value in the source string I assume we should do that only when the user starts filling one of the other...
FYI, Peter is part of our community of volunteers and doesn't have access to internal Jira tickets. Clearly this is a valid issue, probably coming out of qt libraries.
@petercpg I forgot that this was originally reported for zh-CN (zh_Hans) and I did investigate, but I missed an important part. Time for `zh_Hant` is set as `Bh:mm` in CLDR...
I would really prefer to avoid exposing strings for date/time formatting.
At least Qt 6.7.2 seems to work correctly, so maybe the issue is in the VPN code ```cpp #include #include #include #include #include int main(int argc, char *argv[]) { QCoreApplication...
One thing that is missing is what happens when you edit or delete with entries that are grouped together: * Delete: I assume we remove all of them * Edit:...