diff --git a/app/i18n/locales/de/projects/maci-rpgf.json b/app/i18n/locales/de/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/de/projects/maci-rpgf.json rename to app/i18n/locales/de/projects/maci-platform.json diff --git a/app/i18n/locales/en/projects/maci-platform.json b/app/i18n/locales/en/projects/maci-platform.json new file mode 100644 index 00000000..2ba7df0a --- /dev/null +++ b/app/i18n/locales/en/projects/maci-platform.json @@ -0,0 +1,4 @@ +{ + "description": "MACI Platform is an implementation of EasyRetroPGF with MACI. This project enables any community, organization or ecosystem to run a voting round. It is highly configurable to enable different voting mechanisms (quadratic voting, quadratic funding, ranked choice, etc), gating mechanisms (token based, attestation based, hats-based, etc) and an easy-to-use UI for both round organizers and voters.", + "tldr": "Run a voting round in your community! Forked from EasyRetroPGF and enhanced with MACI for privacy, anti-bribery and anti-collusion" +} diff --git a/app/i18n/locales/en/projects/maci-rpgf.json b/app/i18n/locales/es/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/en/projects/maci-rpgf.json rename to app/i18n/locales/es/projects/maci-platform.json diff --git a/app/i18n/locales/es/projects/maci-rpgf.json b/app/i18n/locales/fr/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/es/projects/maci-rpgf.json rename to app/i18n/locales/fr/projects/maci-platform.json diff --git a/app/i18n/locales/fr/projects/maci-rpgf.json b/app/i18n/locales/it/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/fr/projects/maci-rpgf.json rename to app/i18n/locales/it/projects/maci-platform.json diff --git a/app/i18n/locales/it/projects/maci-rpgf.json b/app/i18n/locales/ja/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/it/projects/maci-rpgf.json rename to app/i18n/locales/ja/projects/maci-platform.json diff --git a/app/i18n/locales/ja/projects/maci-rpgf.json b/app/i18n/locales/ko/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/ja/projects/maci-rpgf.json rename to app/i18n/locales/ko/projects/maci-platform.json diff --git a/app/i18n/locales/ko/projects/maci-rpgf.json b/app/i18n/locales/vi/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/ko/projects/maci-rpgf.json rename to app/i18n/locales/vi/projects/maci-platform.json diff --git a/app/i18n/locales/vi/projects/maci-rpgf.json b/app/i18n/locales/zh-CN/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/vi/projects/maci-rpgf.json rename to app/i18n/locales/zh-CN/projects/maci-platform.json diff --git a/app/i18n/locales/zh-CN/projects/maci-rpgf.json b/app/i18n/locales/zh-TW/projects/maci-platform.json similarity index 100% rename from app/i18n/locales/zh-CN/projects/maci-rpgf.json rename to app/i18n/locales/zh-TW/projects/maci-platform.json diff --git a/app/i18n/locales/zh-TW/projects/maci-rpgf.json b/app/i18n/locales/zh-TW/projects/maci-rpgf.json deleted file mode 100644 index d264d58c..00000000 --- a/app/i18n/locales/zh-TW/projects/maci-rpgf.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "description": "MACI-RPGF is an implementation of EasyRetroPGF with MACI. This project quickly enables any community, organization or ecosystem to run an optimism-style rpgf round. It is highly configurable to enable different gating mechanisms (token based, attestation based, hats-based, etc) and an easy-to-use UI for both: round organizers and voters.", - "tldr": "Run your optimism-style rpgf round in your community! Forked from EasyRetroPGF and enhanced with MACI for privacy, anti-bribery and anti-collusion" -} diff --git a/data/projects.ts b/data/projects.ts index 92e9a0b7..5c3785c1 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -18,7 +18,7 @@ import { eigenTrust } from "./projects/eigen-trust" import { Interep } from "./projects/interep" import { jubmoji } from "./projects/jubmoji" import { maci } from "./projects/maci" -import { maciRPGF } from "./projects/maci-rpgf" +import { maciPlatform } from "./projects/maci-platform" import { nfctap } from "./projects/nfctap" import { OpenPassport } from "./projects/openpassport" import { p0tion } from "./projects/p0tion" diff --git a/data/projects/maci-rpgf.ts b/data/projects/maci-platform.ts similarity index 82% rename from data/projects/maci-rpgf.ts rename to data/projects/maci-platform.ts index b4128311..909b0473 100644 --- a/data/projects/maci-rpgf.ts +++ b/data/projects/maci-platform.ts @@ -1,13 +1,13 @@ import { ProjectInterface } from "@/lib/types" -export const maciRPGF: ProjectInterface = { - id: "maci-rpgf", +export const maciPlatform: ProjectInterface = { + id: "maci-platform", section: "pse", projectStatus: "active", image: "maci-rpgf.png", - name: "MACI RPGF", + name: "MACI Platform", links: { - github: "https://github.com/privacy-scaling-explorations/maci-rpgf", + github: "https://github.com/privacy-scaling-explorations/maci-platform", website: "https://maci.pse.dev", twitter: "https://twitter.com/zkmaci", },