Skip to content

Commit

Permalink
Finished html and css for crossword webapp
Browse files Browse the repository at this point in the history
The Flask webapp can now run concurrently to the main tkinter application by using the multiprocessing module.

`render_template` contains a large amount of data from the crossword and other classes that will help the templated html and the javascript in accurately visualising the crossword and handling any interactions with it.

The css in `index.html` is at its final stages. It has been expanded to make the program aesthetically pleasing and professional.

Some extra bits of documentation were also added to various modules.
  • Loading branch information
tomasvana10 committed Jan 23, 2024
1 parent ef4288f commit 45c510b
Show file tree
Hide file tree
Showing 120 changed files with 512 additions and 289 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests.py
notes.txt
venv

tempCodeRunnerFile.py
Expand Down
2 changes: 1 addition & 1 deletion locales/af/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: af\n"
"Language-Team: af <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/am/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: am\n"
"Language-Team: am <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/ar/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ar\n"
"Language-Team: ar <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/az/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: az\n"
"Language-Team: az <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/be/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: be\n"
"Language-Team: be <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/bg/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: bg\n"
"Language-Team: bg <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/bn/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: bn\n"
"Language-Team: bn <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/bs/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: bs\n"
"Language-Team: bs <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/ca/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ca\n"
"Language-Team: ca <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/ceb/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ceb\n"
"Language-Team: ceb <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/co/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: co\n"
"Language-Team: co <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/cs/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: cs\n"
"Language-Team: cs <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/cy/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: cy\n"
"Language-Team: cy <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/da/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: da\n"
"Language-Team: da <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
"Language-Team: de <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/el/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: el\n"
"Language-Team: el <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/eo/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: eo\n"
"Language-Team: eo <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: es\n"
"Language-Team: es <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/et/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: et\n"
"Language-Team: et <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/eu/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: eu\n"
"Language-Team: eu <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/fa/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fa\n"
"Language-Team: fa <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/fi/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fi\n"
"Language-Team: fi <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fr\n"
"Language-Team: fr <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/fy/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fy\n"
"Language-Team: fy <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/ga/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ga\n"
"Language-Team: ga <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/gd/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: gd\n"
"Language-Team: gd <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/gl/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: gl\n"
"Language-Team: gl <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/gu/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: gu\n"
"Language-Team: gu <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/ha/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ha\n"
"Language-Team: ha <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/haw/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: haw\n"
"Language-Team: haw <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/he/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: he\n"
"Language-Team: he <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/hi/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: hi\n"
"Language-Team: hi <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/hnj/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: hnj\n"
"Language-Team: hnj <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/hr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: hr\n"
"Language-Team: hr <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/hu/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: hu\n"
"Language-Team: hu <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/hy/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: hy\n"
"Language-Team: hy <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/id/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: id\n"
"Language-Team: id <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/ig/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ig\n"
"Language-Team: ig <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/is/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: is\n"
"Language-Team: is <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/it/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: it\n"
"Language-Team: it <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/ja/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ja\n"
"Language-Team: ja <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/jw/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 23:12+1100\n"
"PO-Revision-Date: 2024-01-17 14:47+1100\n"
"PO-Revision-Date: 2024-01-23 14:13+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: jv_ID\n"
"Language-Team: jv_ID <LL@li.org>\n"
Expand Down
Loading

0 comments on commit 45c510b

Please sign in to comment.