diff --git a/nummi/main/locale/fr/LC_MESSAGES/django.mo b/nummi/main/locale/fr/LC_MESSAGES/django.mo index fc82244..fc30c45 100644 Binary files a/nummi/main/locale/fr/LC_MESSAGES/django.mo and b/nummi/main/locale/fr/LC_MESSAGES/django.mo differ diff --git a/nummi/main/locale/fr/LC_MESSAGES/django.po b/nummi/main/locale/fr/LC_MESSAGES/django.po index d621743..71dbd28 100644 --- a/nummi/main/locale/fr/LC_MESSAGES/django.po +++ b/nummi/main/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-20 12:02+0200\n" +"POT-Creation-Date: 2023-04-20 12:05+0200\n" "PO-Revision-Date: 2022-12-21 17:30+0100\n" "Last-Translator: edpibu \n" "Language-Team: edpibu \n" @@ -175,20 +175,20 @@ msgid "Snapshots" msgstr "Relevés" #: .\templates\main\base.html:56 -msgid "Create account" -msgstr "Créer compte" +msgid "Create Account" +msgstr "Créer Compte" #: .\templates\main\base.html:61 -msgid "Create snapshot" -msgstr "Créer relevé" +msgid "Create Snapshot" +msgstr "Créer Relevé" #: .\templates\main\base.html:66 -msgid "Create category" -msgstr "Créer catégorie" +msgid "Create Category" +msgstr "Créer Catégorie" #: .\templates\main\base.html:71 -msgid "Create transaction" -msgstr "Créer transaction" +msgid "Create Transaction" +msgstr "Créer Transaction" #: .\templates\main\base.html:79 msgid "Log out" diff --git a/nummi/main/templates/main/base.html b/nummi/main/templates/main/base.html index 9eb489c..c40f32b 100644 --- a/nummi/main/templates/main/base.html +++ b/nummi/main/templates/main/base.html @@ -53,22 +53,22 @@
  • {% translate "Create account" %} + accesskey="a">{% translate "Create Account" %}
  • {% translate "Create snapshot" %} + accesskey="s">{% translate "Create Snapshot" %}
  • {% translate "Create category" %} + accesskey="c">{% translate "Create Category" %}
  • {% translate "Create transaction" %} + accesskey="t">{% translate "Create Transaction" %}