Skip to content

Commit

Permalink
Merge pull request #670 from ucfopen/issue/666-update-language
Browse files Browse the repository at this point in the history
Issue/666 update language
  • Loading branch information
bagofarms committed Oct 4, 2021
2 parents fe73784 + c13070e commit 2356d48
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ UDOIT uses a `.env` file for storing configuration. Local configuration such as
* Rename the file `.env.local.example` to `.env.local`.
* Add your database information to this `.env.local` file.
* Add the `BASE_URL`, which is the full URL to reach the `public` folder of UDOIT. (i.e. https://udoit3.ciditools.com)

* You can optionally change the default language for your entire UDOIT instance by overriding the DEFAULT_LANG variable. Currently supported languages are English (en) and Spanish (es).

## Database Setup
While UDOIT is configured to use MySQL or MariaDB by default, Symfony can be configured to work with other databases as well. See the Symfony documentation for details.
Expand Down
8 changes: 7 additions & 1 deletion INSTALL_CANVAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ We strongly recommend you enforce scopes with your API key. The following scopes
* url:GET|/api/v1/courses/:course_id/quizzes
* url:GET|/api/v1/courses/:course_id/quizzes/:id
* url:PUT|/api/v1/courses/:course_id/quizzes/:id
* Users
* Users
* url:GET|/api/v1/users/:id

---
Expand Down Expand Up @@ -149,6 +149,12 @@ The following fields need to be populated in the `institution` table.
* vanity_url
* Your LMS vanity URL
* Example: `canvas.myschool.edu`
* metadata
* Optional
* Institution specific settings, such as language or excluded tests.
* Text representation of a JSON object.
* Example: `'{"lang":"es"}'`
* Currently supported languages are English (en) and Spanish (es).
* api_client_id
* The ID of the developer API key you created earlier.
* Client ID is found in the `Details` column on the Developer Keys page
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Primary Contact: Jacob Bates (jacob.bates@ucf.edu)

## Supported Languages
UDOIT currently offers support for both English (en) and Spanish (es). This can be configured either across the entire UDOIT instance or for a specific institution.
3 changes: 3 additions & 0 deletions translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"about.disclaimer": "Esta herramienta está destinada a ser utilizada como guía, no como certificación. Solo busca problemas de accesibilidad comunes y no es exhaustivo. Un informe limpio en UDOIT no significa necesariamente que su curso sea completamente accesible. Asimismo, la herramienta puede indicar un posible problema de accesibilidad donde no existe.",
"about.disclaimer_title": "Tenga en Cuenta:",
"about.skip_welcome": "Omitir este mensaje de bienvenida en el futuro",
"about.video_embed": "<iframe width='360' height='200' src='https://www.youtube.com/embed/gXA4vD7wuws' title='UDOIT Vídeo Resumen' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></iframe>",
"about.video_link": "<a href='https://youtu.be/gXA4vD7wuws' target='_blank' rel='noopener'>UDOIT Vídeo Resumen</a>",
"about.user_guide_link": "<a href='https://cidilabs.instructure.com/courses/6621' target='_blank' rel='noopener'>UDOIT Guía del Usuario</a>",

"content.plural.page": "Paginas",
"content.plural.assignment": "Asignaciones",
Expand Down

0 comments on commit 2356d48

Please sign in to comment.