Skip to content

Commit 2c542f2

Browse files
author
Timo Pagel
committed
feat: Remove locale
1 parent 4b56862 commit 2c542f2

4 files changed

Lines changed: 1 addition & 82 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN composer install \
1010

1111
FROM php:8.0.3-apache
1212
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install apt-utils libyaml-dev wget
13-
RUN docker-php-ext-install gettext
1413
RUN pecl channel-update pecl.php.net && pecl install yaml-2.2.1 && docker-php-ext-enable yaml
1514
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
1615
COPY . /var/www/html/

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88

9-
$title = gettext("Activities Overview");
9+
$title = "Activities Overview";
1010
include_once "head.php";
1111
?>
1212
<body>

locale/en/LC_MESSAGES/messages.mo

-346 Bytes
Binary file not shown.

locale/en/LC_MESSAGES/messages.po

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)