Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ctizen committed Oct 4, 2024
1 parent 1ee8ba7 commit 223ac8f
Show file tree
Hide file tree
Showing 18 changed files with 3,184 additions and 2,558 deletions.
2 changes: 1 addition & 1 deletion Bragi/app/i18n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-19 23:25Z\n"
"POT-Creation-Date: 2024-10-04 21:11Z\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
14 changes: 8 additions & 6 deletions Forseti/app/components/MainMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ export const MainMenu = ({
)}
{eventData && !eventData.finished && (
<>
<MainMenuLink
href={`/event/${eventId}/players`}
icon={<IconFriends size={18} />}
text={i18n._t('Manage players')}
onClick={closeMenu}
/>
{privilegesLevel >= PrivilegesLevel.ADMIN && (
<MainMenuLink
href={`/event/${eventId}/players`}
icon={<IconFriends size={18} />}
text={i18n._t('Manage players')}
onClick={closeMenu}
/>
)}
{eventData.type !== EventType.EVENT_TYPE_ONLINE && (
<>
<MainMenuLink
Expand Down
Loading

0 comments on commit 223ac8f

Please sign in to comment.