Francesco Lodolo

Results 212 comments of Francesco Lodolo

Note: this is starting to impact other Fluent projects, so it's clear to me that we changed the behavior.

I think a couple of days is reasonable. Note: I explicitly chose hidden vs removed, because editing a previous deadline (especially if we add a description) would be easier.

A _modal_ is a dialog which requires interaction and blocks the user, which is not the case here (if I understand correctly). * _Pop-up_ gives the idea of something that...

All the content of tips page is not localized, and that's a very long and old conversation ;-) So, it's a known problem, and fixing it requires both code changes...

Just saw the issue, and tried out of curiosity: mine went to Persian, while it should have gone to Italian. And it persisted even in private mode.

> If this work is not urgent we might wait to use the same common approach on both Fenix and Focus. @Mugurell Could you clarify? Do you mean that the...

In the meantime, I realized that Firefox for Android seems to build on top of that, since they have hard-coded list of locales if the language name is not available...

I think I've figured out how to ensure that cloning works even from forks. ``` - name: Clone repository uses: actions/checkout@v2 with: fetch-depth: 0 ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} ``` Working:...

Sorry, too many open tabs 🤦🏼 I meant to close the PR in the l10n repository, not the one in the code repository. Please open a PR to add strings...

Just realized a French localization was merged in recently. Why are we accepting translations via pull requests instead of setting up things via Pontoon, where we have some control over...