From 12f102d011f8625862dc94e35873f96377cf329b Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 16 Apr 2023 19:15:09 -0600 Subject: [PATCH] Update translations --- translations/en-ca.yml | 8 ++++++++ translations/fr-ca.yml | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/translations/en-ca.yml b/translations/en-ca.yml index 02c8206..52e0ed1 100644 --- a/translations/en-ca.yml +++ b/translations/en-ca.yml @@ -7,3 +7,11 @@ welcome: Welcome! test2: 123123 message: Can we %{go} to the store? hello: Hello World +point: point +point_plural: points +goal: goal +goal_plural: goals +assist: assist +assist_plural: assists +name: name +team: team diff --git a/translations/fr-ca.yml b/translations/fr-ca.yml index 84e8ff8..be54530 100644 --- a/translations/fr-ca.yml +++ b/translations/fr-ca.yml @@ -1,3 +1,11 @@ game_url: /:lang/match/:id/ -test: Test -welcome: Beinvenue +game: match +game_plural: matches +point: point +point_plural: points +goal: but +goal_plural: buts +assist: aide +assist_plural: aides +name: nom +team: équipe