added a missing translation

This commit is contained in:
hyung-hwan 2020-12-20 05:14:48 +00:00
parent 649cb5c66b
commit e3185fce1a
4 changed files with 9 additions and 1 deletions

View File

@ -37,4 +37,5 @@ for e in "${!APACHE_@}"; do
fi
done
exec apache2 -DFOREGROUND "$@"
# start the mysql service and run the httpd server in the foreground
service mysql start && sleep 2 && exec apache2 -DFOREGROUND "$@"

View File

@ -0,0 +1,5 @@
Run the service
docker run rm -dit --restart unless-stopped --name codepot -p 7000:80 codepot:ubnt20.04
Run the shell on the existing container
docker exec -it codepot /bin/bash

View File

@ -111,6 +111,7 @@ $lang['System'] = 'Sistem';
$lang['Tag'] = 'Label';
$lang['Text'] = 'Teks';
$lang['Time'] = 'Waktu';
$lang['Toggle View'] = 'Toggle View';
$lang['Top committers'] = 'Top committers';
$lang['Top projects'] = 'Top projects';
$lang['Type'] = 'Type';

View File

@ -112,6 +112,7 @@ $lang['System'] = '시스템';
$lang['Tag'] = '태그';
$lang['Text'] = '본문';
$lang['Time'] = '시간';
$lang['Toggle View'] = '뷰변경';
$lang['Top committers'] = '톱 커미터';
$lang['Top projects'] = '톱 프로젝트';
$lang['Type'] = '종류';