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

feat: Unify Recognition apps setup in one single navigation - MEED-2896 - Meeds-io/meeds#1271 #1297

Closed
wants to merge 8 commits into from
2 changes: 1 addition & 1 deletion packaging/plf-assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-assemblies</artifactId>
<name>eXo Meeds:: Meeds Public Distribution - Packaging - Assemblies</name>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-community-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-community-sources</artifactId>
<packaging>pom</packaging>
Expand Down
11 changes: 10 additions & 1 deletion packaging/plf-community-tomcat-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-community-tomcat-standalone</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -135,6 +135,12 @@
<type>zip</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.meeds.gamification-twitter</groupId>
<artifactId>gamification-twitter-packaging</artifactId>
<type>zip</type>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<!-- The name that we'll use for our distribution directory -->
Expand Down Expand Up @@ -367,6 +373,9 @@
<exec dir="${project.basedir}" executable="${project.build.directory}/${project.build.finalName}/${project.build.finalName}/addon${addon.manager.extension}" failonerror="true">
<arg line="install ${addon.meeds.gamification-github.id}:${addon.meeds.gamification-github.version} --catalog=file://${project.build.directory}/local-catalog/meeds-distrib-catalog.json" />
</exec>
<exec dir="${project.basedir}" executable="${project.build.directory}/${project.build.finalName}/${project.build.finalName}/addon${addon.manager.extension}" failonerror="true">
<arg line="install ${addon.meeds.gamification-twitter.id}:${addon.meeds.gamification-twitter.version} --catalog=file://${project.build.directory}/local-catalog/meeds-distrib-catalog.json" />
</exec>
</target>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,22 @@
"supportedDistributions": "community,enterprise",
"supportedApplicationServers": "tomcat",
"compatibility": "[${project.version},)"
},{
"id": "meeds-gamification-twitter",
"version": "${addon.meeds.gamification-twitter.version}",
"unstable": false,
"name": "Gamification Twitter connector add-on",
"description": "Gamification Twitter connector add-on",
"sourceUrl": "https://github.com/meeds-io/gamification-twitter",
"documentationUrl": "https://github.com/meeds-io/gamification-twitter",
"downloadUrl": "file://${settings.localRepository}/io/meeds/gamification-twitter/gamification-twitter-packaging/${addon.meeds.gamification-twitter.version}/gamification-twitter-packaging-${addon.meeds.gamification-twitter.version}.zip",
"vendor": "Meeds.io",
"author": "Meeds.io",
"license": "LGPLv3",
"licenseUrl": "https://www.gnu.org/licenses/lgpl-3.0.txt",
"mustAcceptLicense": false,
"supportedDistributions": "community,enterprise",
"supportedApplicationServers": "tomcat",
"compatibility": "[${project.version},)"
}
]
2 changes: 1 addition & 1 deletion packaging/plf-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-dependencies</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-packaging-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-packaging-resources</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/plf-tomcat-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-packaging</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-tomcat-resources</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<artifactId>plf-public-distributions</artifactId>
<groupId>io.meeds.distribution</groupId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>

<name>eXo Meeds:: Meeds Public Distribution - Packaging</name>
Expand Down
39 changes: 24 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>org.exoplatform</groupId>
<artifactId>maven-parent-pom</artifactId>
<version>26-M04</version>
<version>26-meed-M04</version>
<relativePath />
</parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-public-distributions</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Meeds:: Meeds Public Distribution</name>
<modules>
Expand All @@ -49,33 +49,35 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- Dependencies Versions -->
<!-- **************************************** -->
<!-- The version of Platform To bundle -->
<org.exoplatform.social.version>6.5.x-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<org.exoplatform.social.version>6.5.x-meedsv2-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-meedsv2-SNAPSHOT</org.exoplatform.platform-ui.version>
<!-- The version of the add-ons manager -->
<org.exoplatform.platform.addons-manager.version>2.5.x-SNAPSHOT</org.exoplatform.platform.addons-manager.version>
<org.exoplatform.platform.addons-manager.version>2.5.x-meedsv2-SNAPSHOT</org.exoplatform.platform.addons-manager.version>
<!-- ************** -->
<!-- Add-ons for Community packaging -->
<!-- ************** -->
<addon.exo.kudos.id>meeds-kudos</addon.exo.kudos.id>
<addon.exo.kudos.version>2.5.x-SNAPSHOT</addon.exo.kudos.version>
<addon.exo.kudos.version>2.5.x-meedsv2-SNAPSHOT</addon.exo.kudos.version>
<addon.exo.perk-store.id>meeds-perk-store</addon.exo.perk-store.id>
<addon.exo.perk-store.version>2.5.x-SNAPSHOT</addon.exo.perk-store.version>
<addon.exo.perk-store.version>2.5.x-meedsv2-SNAPSHOT</addon.exo.perk-store.version>
<addon.exo.wallet.id>meeds-wallet</addon.exo.wallet.id>
<addon.exo.wallet.version>2.5.x-SNAPSHOT</addon.exo.wallet.version>
<addon.exo.wallet.version>2.5.x-meedsv2-SNAPSHOT</addon.exo.wallet.version>
<addon.exo.gamification.id>meeds-gamification</addon.exo.gamification.id>
<addon.exo.gamification.version>2.5.x-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.gamification.version>2.5.x-meedsv2-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.app-center.id>meeds-app-center</addon.exo.app-center.id>
<addon.exo.app-center.version>2.5.x-SNAPSHOT</addon.exo.app-center.version>
<addon.exo.app-center.version>2.5.x-meedsv2-SNAPSHOT</addon.exo.app-center.version>
<addon.exo.notes.id>meeds-notes</addon.exo.notes.id>
<addon.exo.notes.version>1.3.x-SNAPSHOT</addon.exo.notes.version>
<addon.exo.notes.version>1.3.x-meedsv2-SNAPSHOT</addon.exo.notes.version>
<addon.exo.tasks.id>meeds-tasks</addon.exo.tasks.id>
<addon.exo.tasks.version>3.5.x-SNAPSHOT</addon.exo.tasks.version>
<addon.exo.tasks.version>3.5.x-meedsv2-SNAPSHOT</addon.exo.tasks.version>
<addon.exo.analytics.id>meeds-analytics</addon.exo.analytics.id>
<addon.exo.analytics.version>1.4.x-SNAPSHOT</addon.exo.analytics.version>
<addon.exo.analytics.version>1.4.x-meedsv2-SNAPSHOT</addon.exo.analytics.version>
<addon.exo.poll.id>meeds-poll</addon.exo.poll.id>
<addon.exo.poll.version>1.2.x-SNAPSHOT</addon.exo.poll.version>
<addon.exo.poll.version>1.2.x-meedsv2-SNAPSHOT</addon.exo.poll.version>
<addon.meeds.gamification-github.id>meeds-gamification-github</addon.meeds.gamification-github.id>
<addon.meeds.gamification-github.version>1.2.x-SNAPSHOT</addon.meeds.gamification-github.version>
<addon.meeds.gamification-github.version>1.2.x-meedsv2-SNAPSHOT</addon.meeds.gamification-github.version>
<addon.meeds.gamification-twitter.id>meeds-gamification-twitter</addon.meeds.gamification-twitter.id>
<addon.meeds.gamification-twitter.version>1.0.x-meedsv2-SNAPSHOT</addon.meeds.gamification-twitter.version>
<!-- Add-on manager extension to use (empty for Unix, .bat for Windows) -->
<addon.manager.extension />

Expand Down Expand Up @@ -176,6 +178,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<scope>provided</scope>
<type>zip</type>
</dependency>
<dependency>
<groupId>io.meeds.gamification-twitter</groupId>
<artifactId>gamification-twitter-packaging</artifactId>
<version>${addon.meeds.gamification-twitter.version}</version>
<scope>provided</scope>
<type>zip</type>
</dependency>
<!-- Project artifacts -->
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion services/plf-community-edition-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-community-edition-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/plf-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-configuration</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/plf-exo-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-exo-tools</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/plf-tomcat-pc-creator-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-services</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-tomcat-pc-creator-listener</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-public-distributions</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>

<name>eXo Meeds:: Meeds Public Distribution - Services</name>
Expand Down
2 changes: 1 addition & 1 deletion webapps/plf-meeds-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-webapps</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-meeds-extension</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<properties-param>
<name>MeedsPortalConfigProperties</name>
<property name="exo.social.groups.portalConfig.metadata.importmode" value="${exo.social.groups.portalConfig.metadata.importmode:OVERWRITE}" />
<property name="exo.social.portalConfig.profilePage.importmode" value="${exo.social.portalConfig.profilePage.importmode:MERGE}" />
<property name="exo.social.portalConfig.metadata.importmode" value="${exo.social.portalConfig.metadata.importmode:OVERWRITE}" />
<property name="io.meeds.portalConfig.metadata.importmode" value="${io.meeds.portalConfig.metadata.importmode:OVERWRITE}" />
<property name="io.meeds.groups.portalConfig.metadata.importmode" value="${io.meeds.groups.portalConfig.metadata.importmode:OVERWRITE}" />
<property name="io.meeds.useWebuiResources" value="false" />
<property name="exo.feature.PostToNetwork.enabled" value="${exo.feature.PostToNetwork.enabled:true}" />
<property name="exo.feature.SNVFullPageAccess.enabled" value="${exo.feature.SNVFullPageAccess.enabled:false}" />
Expand Down
2 changes: 1 addition & 1 deletion webapps/plf-root-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-webapps</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-root-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapps/plf-sites-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.meeds.distribution</groupId>
<artifactId>plf-webapps</artifactId>
<version>1.5.x-SNAPSHOT</version>
<version>1.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>plf-sites-extension</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=\u0627\u0644\u0645\u0643\u0627\u0641\u0623\u062A
wallet.navigation.Kudos=\u062A\u0645\u062C\u064A\u062F
wallet.navigation.Wallet=\u0627\u0644\u0645\u062D\u0641\u0638\u0629
kudos.navigation.Reward=\u0627\u0644\u0645\u0643\u0627\u0641\u0623\u062A
kudos.navigation.Kudos=\u062A\u0645\u062C\u064A\u062F
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=\u0627\u0644\u0645\u0643\u0627\u0641\u0623\u062A
wallet.navigation.Kudos=\u062A\u0645\u062C\u064A\u062F
wallet.navigation.Wallet=\u0627\u0644\u0645\u062D\u0641\u0638\u0629
kudos.navigation.Reward=\u0627\u0644\u0645\u0643\u0627\u0641\u0623\u062A
kudos.navigation.Kudos=\u062A\u0645\u062C\u064A\u062F
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Belohnung
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Belohnungen
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# This file is part of the Meeds project (https://meeds.io/).
# Copyright (C) 2023 Meeds Association [email protected]
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 3 of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
perkStore.navigation.Reward=Rewards
perkStore.navigation=Perks

gamification.navigation.connectors=Connectors
gamification.navigation.badges=Badges

wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Recompensas
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Cartera
kudos.navigation.Reward=Recompensas
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
wallet.navigation.Reward=R\u00E9compenses
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Porte-monnaie
kudos.navigation.Reward=R\u00E9compenses
kudos.navigation.Kudos=Kudos
perkStore.navigation.Reward=R\u00E9compenses
perkStore.navigation=Boutique
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wallet.navigation.Reward=Rewards
wallet.navigation.Kudos=Kudos
wallet.navigation.Wallet=Wallet
kudos.navigation.Reward=Rewards
kudos.navigation.Kudos=Kudos
Loading