Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Feb 11, 2024
2 parents cc630f2 + 36de458 commit 69fad31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/organization/getting-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ There is always room for improvement for documentation around Budgie Desktop and

Making software accessible to users around the world, in their native language, is incredibly important to the success of our project and to the success of the open source ecosystem as a whole. Enabling our software to be more translatable and more accessible is an active and always ongoing process, whether that is extending existing features or building new ones.

To facilitate translations, Buddies of Budgie uses the [Transifex](https://www.transifex.com/buddiesofbudgie/) platform to manage new translations.
To facilitate translations, Buddies of Budgie uses the [Transifex](https://explore.transifex.com/buddiesofbudgie/) platform to manage new translations.

:::caution Work In Progress
Translation support for our documentation (documents and user elements) is a work in progress. Keep an eye on this document, our [blog](https://buddiesofbudgie.org/blog), or our [Mastodon](https://floss.social/@BuddiesOfBudgie) for news on when documentation translations support is introduced!
Expand Down
10 changes: 5 additions & 5 deletions src/data/supportList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ export const SupportListData: SupportInfo[] = [
{
budgieAvailablePostInstall: "10.8.2",
budgieVersion: "10.8.1",
name: "Fedora Onyx",
name: "Fedora Budgie Atomic",
showInGrid: true,
summary: () => (
<Translate id="get.budgie.fedoraonyx.summary" description="Summary of Fedora Onyx">
Fedora Onyx offers an atomic / immutable Fedora experience with a near-stock Budgie Desktop experience.
<Translate id="get.budgie.fedoraonyx.summary" description="Summary of Fedora Budgie Atomic">
Fedora Budgie Atomic offers an atomic / immutable Fedora experience with a near-stock Budgie Desktop experience.
</Translate>
),
website: "https://fedoraproject.org/onyx",
website: "https://fedoraproject.org/atomic-desktops/budgie/",
},
{
budgieAvailablePostInstall: "10.8.2",
Expand Down Expand Up @@ -164,7 +164,7 @@ export const SupportListData: SupportInfo[] = [
},
{
budgieAvailablePostInstall: null,
budgieVersion: "10.9",
budgieVersion: "10.9.1",
name: "NixOS",
installationInfo: () => (
<>
Expand Down
File renamed without changes

0 comments on commit 69fad31

Please sign in to comment.