Skip to content

Commit

Permalink
Adding French translations
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Jun 2, 2023
1 parent 87d9d1f commit 8ce995e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Types of changes
Security in case of vulnerabilities.
)

## [3.3.0](https://github.com/contao-themes-net/odd-theme-bundle/tree/3.3.0) – 2023-06-02

- [Added] Adding French translations (Thanks to [najbo](https://github.com/najbo))

## [3.2.0](https://github.com/contao-themes-net/odd-theme-bundle/tree/3.2.0) – 2023-03-15

- [Added] Add datepicker (use template form_text_datepicker_odd.html5)
Expand Down
17 changes: 0 additions & 17 deletions contao/languages/de/modules.php

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/Module/OddThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class OddThemeSetup extends BackendModule
{
public const VERSION = '3.2.0';
public const VERSION = '3.3.0';

protected $strTemplate = 'be_oddtheme_setup';

Expand Down

0 comments on commit 8ce995e

Please sign in to comment.