Skip to content

Commit

Permalink
Merge branch 'develop' into handle-creatorId
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYANSHAH1567 authored Oct 16, 2024
2 parents 86ac20c + c1dc667 commit a47dee4
Show file tree
Hide file tree
Showing 26 changed files with 2,393 additions and 1,923 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-codescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ on:

jobs:
CodeQL:
name: CodeQL
if: ${{ github.actor != 'dependabot[bot]' }}
name: Analyse Code With CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Core features include:

`talawa` is based on the original `quito` code created by the [Palisadoes Foundation](http://www.palisadoes.org) as part of its annual Calico Challenge program. Calico provides paid summer internships for Jamaican university students to work on selected open source projects. They are mentored by software professionals and receive stipends based on the completion of predefined milestones. Calico was started in 2015. Visit [The Palisadoes Foundation's website](http://www.palisadoes.org/) for more details on its origin and activities.

## Table of Contents
## Table of Contents

<!-- toc -->

Expand Down
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"invalid.fileType": "Invalid file type",
"invalid.refreshToken": "Invalid refresh token",
"invalid.credentials": "Invalid credentials",
"invalid.timeoutRange": "Invalid timeout range",
"registrant.alreadyExist": "Already registered for the event",
"member.notFound": "Member not found",
"registrant.alreadyUnregistered": "Already unregistered for the event",
Expand Down
1 change: 1 addition & 0 deletions locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"invalid.fileType": "Type de fichier non valide",
"invalid.refreshToken": "Jeton d'actualisation non valide",
"invalid.credentials": "Informations d'identification non valides",
"invalid.timeoutRange": "Plage de temps d'attente non valide",
"registrant.alreadyExist": "Déjà inscrit à l'événement",
"member.notFound": "Membre introuvable",
"registrant.alreadyUnregistered": "Déjà non inscrit à l'événement",
Expand Down
1 change: 1 addition & 0 deletions locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"invalid.fileType": "अमान्य फ़ाइल प्रकार",
"invalid.refreshToken": "अमान्य रीफ़्रेश टोकन",
"invalid.credentials": "अवैध प्रत्यय पत्र",
"invalid.timeoutRange": "अमान्य टाइमआउट रेंज",
"registrant.alreadyExist": "घटना के लिए पहले से पंजीकृत",
"member.notFound": "सदस्य अनुपस्थित",
"registrant.alreadyUnregistered": "घटना के लिए पहले से ही अपंजीकृत",
Expand Down
1 change: 1 addition & 0 deletions locales/sp.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"invalid.fileType": "Tipo de archivo no válido",
"invalid.refreshToken": "Token de actualización no válido",
"invalid.credentials": "Credenciales no válidas",
"invalid.timeoutRange": "Rango de tiempo de espera no válido",
"registrant.alreadyExist": "Ya inscrito para el evento",
"member.notFound": "Miembro no encontrado",
"registrant.alreadyUnregistered": "Ya no está registrado para el evento",
Expand Down
1 change: 1 addition & 0 deletions locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"invalid.fileType": "無效的文件類型",
"invalid.refreshToken": "無效的刷新令牌",
"invalid.credentials": "無效的憑據",
"invalid.timeoutRange": "无效的超时范围",
"registrant.alreadyExist": "已经报名参加活动",
"member.notFound": "未找到成员",
"registrant.alreadyUnregistered": "已取消注册该活动",
Expand Down
Loading

0 comments on commit a47dee4

Please sign in to comment.