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

Removing duplicate fluent username/password nodes #974

Merged

Conversation

ellieplayswow
Copy link
Contributor

changes tl;dr

  • for some reason, debugging cosmic-settings would occasionally cause it to crash due to a duplicate username and password keys in fluent
  • duplicates have been removed
  • in the case of french, the 2 usernames had different translations, so i went with the one that seemed to make most contextual sense (apologies in advance if wrong)

error i got:

/home/user/RustroverProjects/s76/cosmic-settings/target/debug/cosmic-settings
  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "username" }.
    at /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/i18n-embed-0.15.3/src/fluent.rs:35 on main

  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "password" }.
    at /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/i18n-embed-0.15.3/src/fluent.rs:35 on main

  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "username" }.
    at /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/i18n-embed-0.15.3/src/fluent.rs:35 on main

  ERROR  Error while adding resource to bundle: Overriding { kind: Message, id: "password" }.
    at /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/i18n-embed-0.15.3/src/fluent.rs:35 on main

@mmstick mmstick merged commit a44071b into pop-os:master Feb 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants