We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b56862 commit 2c542f2Copy full SHA for 2c542f2
4 files changed
Dockerfile
@@ -10,7 +10,6 @@ RUN composer install \
10
11
FROM php:8.0.3-apache
12
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
14
RUN pecl channel-update pecl.php.net && pecl install yaml-2.2.1 && docker-php-ext-enable yaml
15
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
16
COPY . /var/www/html/
index.php
@@ -6,7 +6,7 @@
6
*/
7
8
9
-$title = gettext("Activities Overview");
+$title = "Activities Overview";
include_once "head.php";
?>
<body>
locale/en/LC_MESSAGES/messages.mo
-346 Bytes
locale/en/LC_MESSAGES/messages.po
0 commit comments