Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

test: update values for new Crowdin URLs #1985

Merged
merged 2 commits into from
Jul 15, 2021
Merged

test: update values for new Crowdin URLs #1985

merged 2 commits into from
Jul 15, 2021

Conversation

vhashimotoo
Copy link
Contributor

No description provided.

@erickzhao erickzhao changed the title test: fix test: update values for new Crowdin URLs Jul 15, 2021
@erickzhao erickzhao merged commit 5330635 into electron:master Jul 15, 2021
it('contains localized strings', () => {
// FIXME: This test should work and the Russian string should return but after #1983 these Russian string have been fallen back to English.
// Please verify that test passed after some time.
it.skip('contains localized strings', () => {
i18n.website['en-US'].tagline.should.contain('desktop apps')
i18n.website['ru-RU'].tagline.should.contain(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This string is translated on Crowdin, but on the GH side, the major amount of strings have been fallen back to their English version.

@@ -214,7 +216,7 @@ describe('API Structures', () => {

it('sets expected crowdinFileId', () => {
const doc = i18n.docs['fr-FR']['/docs/api/structures/gpu-feature-status']
doc.crowdinFileId.should.equal('250646')
doc.crowdinFileId.should.equal('255810')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's probably due to that #1982 added new files

@vhashimotoo vhashimotoo deleted the patch-1 branch July 15, 2021 18:41
@electron-bot
Copy link
Contributor

🎉 This PR is included in version 1.3083.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants