Skip to content

Commit

Permalink
Localised constants and errors and improved the Crossword Browser
Browse files Browse the repository at this point in the history
Put all constants from across all the scripts into one file (`constants.py`) from where they can be imported as required. The same was done with the errors, which were put into `errors.py`. When `main.py` requires error detection, the errors will be added to `errors.py` as required.

Made `close_cword_browser` and the process of generating the content on the screen more modular by grouping the making and placing functions (for both frames and other widgets).

Created widgets for `CrosswordBrowser` and a function that instantiates HorizontalScrollFrame for n number of times (where n is the amount of available crossword files)

`HorizontalScrollFrame` creates a canvas with a horizontal scrollbar that controls frames within that canvas. Each frame contains an instance of `CrosswordInfoBlock`,  which displays the crosswords name, difficulty, and total word count (this data is read from `cword_folder/info.json`

`cfg` is no longer global, instead, it is passed to `Home` when it is instantiated. Child classes can access it when they inherit from `Home`.

`_determine_true_appearance` is a function that unfortunately had to be made because ctk.CTkCanvas cannot switch its foreground colour based on what the user sets with ctk.set_appearance_mode.

`_load_cword_info` retrieves the `info.json` file from a given crossword directory.
  • Loading branch information
tomasvana10 committed Jan 15, 2024
1 parent 2a7c5a1 commit 2a27162
Show file tree
Hide file tree
Showing 114 changed files with 681 additions and 459 deletions.
6 changes: 3 additions & 3 deletions locales/af/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Afrikaans translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Afrikaans translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: af\n"
"Language-Team: af <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/am/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Amharic translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Amharic translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: am\n"
"Language-Team: am <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/ar/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Arabic translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Arabic translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ar\n"
"Language-Team: ar <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/az/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Azerbaijani translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Azerbaijani translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: az\n"
"Language-Team: az <LL@li.org>\n"
Expand Down
4 changes: 2 additions & 2 deletions locales/base.pot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Translations template for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Translations template for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand Down
6 changes: 3 additions & 3 deletions locales/be/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Belarusian translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Belarusian translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: be\n"
"Language-Team: be <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/bg/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bulgarian translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Bulgarian translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: bg\n"
"Language-Team: bg <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/bn/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bangla translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Bangla translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: bn\n"
"Language-Team: bn <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/bs/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bosnian translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Bosnian translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: bs\n"
"Language-Team: bs <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/ca/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Catalan translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Catalan translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ca\n"
"Language-Team: ca <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/ceb/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cebuano translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Cebuano translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ceb\n"
"Language-Team: ceb <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/co/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Corsican translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Corsican translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: co\n"
"Language-Team: co <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/cs/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Czech translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Czech translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: cs\n"
"Language-Team: cs <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/cy/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Welsh translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Welsh translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: cy\n"
"Language-Team: cy <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/da/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Danish translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Danish translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: da\n"
"Language-Team: da <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# German translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# German translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
"Language-Team: de <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/el/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Greek translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Greek translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: el\n"
"Language-Team: el <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# English translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# English translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-13 11:37+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/eo/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Esperanto translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Esperanto translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: eo\n"
"Language-Team: eo <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spanish translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Spanish translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: es\n"
"Language-Team: es <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/et/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Estonian translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Estonian translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: et\n"
"Language-Team: et <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/eu/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Basque translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Basque translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: eu\n"
"Language-Team: eu <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/fa/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Persian translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Persian translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fa\n"
"Language-Team: fa <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locales/fi/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Finnish translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# Finnish translations for crossword_puzzle.
# Copyright (C) 2024 Tomas Vana
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
Expand All @@ -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-12 11:33+1100\n"
"PO-Revision-Date: 2024-01-15 13:45+1100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fi\n"
"Language-Team: fi <LL@li.org>\n"
Expand Down
Loading

0 comments on commit 2a27162

Please sign in to comment.