Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/i18n #814

Merged
merged 15 commits into from
Mar 12, 2021
Merged

Feature/i18n #814

merged 15 commits into from
Mar 12, 2021

Conversation

gregoirelacoste
Copy link
Member

@gregoirelacoste gregoirelacoste commented Mar 3, 2021

closes #811 closes #793 closes #809

src/app/content/App/Notice/NoNotice/NoNoticeScreen.tsx Outdated Show resolved Hide resolved
src/app/content/App/Notice/NoNotice/NoNoticeScreen.tsx Outdated Show resolved Hide resolved
src/app/content/App/Subscriptions/Subscriptions.tsx Outdated Show resolved Hide resolved
src/app/locales/resources.ts Outdated Show resolved Hide resolved
@gregoirelacoste gregoirelacoste requested a review from lutangar March 5, 2021 08:53
@gregoirelacoste
Copy link
Member Author

@lutangar @JalilArfaoui @christpet The extension is ready to be translated, if you want to check. Otherwise I have a little problem with semaphore which hasn't validated one of my commit

import fr from './fr';
import en from './en';

export default {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

Copy link
Member

@lutangar lutangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Copy link
Contributor

@christpet christpet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@lutangar
Copy link
Member

lutangar commented Mar 8, 2021

I have a little problem with semaphore which hasn't validated one of my commit

Don't bother about this, ... happens sometimes.

You kept the WIP flag on this, do you plan to keep working on this branch? Shall we merge it?

@gregoirelacoste
Copy link
Member Author

Sorry i forgot to remove the flag, yes we can merge

@gregoirelacoste
Copy link
Member Author

@lutangar it's done for me, do you want to merge ?

@lutangar lutangar merged commit d3a5e5e into master Mar 12, 2021
@lutangar lutangar deleted the feature/i18n branch March 12, 2021 15:36
@bmenant
Copy link
Member

bmenant commented Mar 12, 2021

🎉 This PR is included in version 3.64.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Member

@JalilArfaoui JalilArfaoui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for late feedback …

Is there any specific reason you sometimes used the HOC, and sometimes the hook ?

@gregoirelacoste
Copy link
Member Author

@JalilArfaoui I can't use Hook on class components so I use HOC instead

@JalilArfaoui
Copy link
Member

@gregoirelacoste oh yes of course … I knew I was missing something obvious 😅

Thanks !

@christpet
Copy link
Contributor

@gregoirelacoste just noticed this slight bug in the extension on the Firefox Staging, latest version 3.67.2:
image

Bug description:

  • It shows "Poster" instead of the english "Post"

How to reproduce:

  • Go to the Firefox Staging version of the extension
  • Navigate to a page where there are no bulles
  • Click the Dismoi icon to open the panel

@christpet
Copy link
Contributor

I have another one here @gregoirelacoste:

image

As you can see, it says "Demander une information ici" instead of the English translation

This is on the Firefox staging version

See also "Previsualiser" instead of "Preview"

image

@christpet
Copy link
Contributor

It looks like all the headings of the extension are not translated:

image

image

@christpet
Copy link
Contributor

One more:

image

In an English-language browser, the top menu in the "profiles" app is showing the French words

@gregoirelacoste
Copy link
Member Author

One more:

image

In an English-language browser, the top menu in the "profiles" app is showing the French words

it's linked to this issue : #852

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants