diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-18 15:33:42 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-18 15:34:35 +0200 |
| commit | 731b789855914cb94ec091604e32aa68a678404a (patch) | |
| tree | cd87556cac0327847d0c0c21b0652bfab91fbb62 /cpanfile | |
| parent | e081fd25e5dcb01d344b99b3997c0df88f0ce133 (diff) | |
Localization with Locale::Maketext
WiP, no suitable foundation for merge requests yet.
Still todo:
* override Accept-Language header via account settings
* Adjust all the templates and frontend javascript
Related to #223
Diffstat (limited to 'cpanfile')
| -rw-r--r-- | cpanfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ requires 'GIS::Distance::Fast'; requires 'IO::Socket::Socks', '>= 0.64'; requires 'IO::Socket::SSL', '>= 2.009'; requires 'List::UtilsBy'; +requires 'Locale::Maketext'; +requires 'Locale::Maketext::Lexicon'; requires 'Math::Polygon'; requires 'MIME::Entity'; requires 'Mojolicious'; |
