Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ RUN rm -rf /var/lib/apt/lists/*

###
# install locales and set default
RUN sed -i 's/^# *\(it_IT.UTF-8\)/\1/' /etc/locale.gen
RUN sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen
RUN sed -i 's/^# *\(fr_FR.UTF-8\)/\1/' /etc/locale.gen
RUN locale-gen
RUN update-locale LANG=en_US.UTF-8
ENV LANG en_US.UTF-8
RUN update-locale LANG=it_IT.UTF-8
ENV LANG it_IT.UTF-8

###
# set user and group
Expand All @@ -48,4 +49,4 @@ ADD --chown=gsh-user:gsh-user https://github.com/phyver/GameShell/releases/downl
### (NOTE that you need to have generated a "gameshell.sh" file with GSH_ROOT/utils/archive.sh
# COPY gameshell.sh .

ENTRYPOINT ["bash", "./gameshell.sh"]
ENTRYPOINT ["bash", "./gameshell.sh", "-L", "it"]
2 changes: 1 addition & 1 deletion missions/finding_files_maze/05_find_xargs_grep/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ msgid "There is no diamond in your chest."
msgstr "Non ci sono diamanti nella cassa!"

msgid "diamond"
msgstr "diamonte"
msgstr "diamante"

msgid "stone"
msgstr "pietra"
4 changes: 2 additions & 2 deletions missions/misc/03_tr_caesar_shift/goal/it.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Decriptalo facendo una ricerca completa dalla linea di comando.
Suggerimento
----

Tutti i messaggi segreti sono stati trovati con uno spostamento
di 10 e 16 caratteri.
Tutti gli altri messaggi segreti rinvenuti utilizzavano uno
scostamento compreso tra 10 e 16 caratteri.


Comandi utili
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Obiettivi Missione
============

I vecchi libri di magia di Merlino sono conservato nella libreria nel suo ufficio.
I vecchi libri di magia di Merlino sono conservati nella libreria nel suo ufficio.
Devi salvare una lista di tutti i libri di magia (e nient'altro) in un file
chiamato "inventario.txt", nel cassetto...

Expand Down