wip
This commit is contained in:
parent
dbe96e7055
commit
211a58f1aa
@ -18,4 +18,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|||||||
gdb-mingw-w64-target \
|
gdb-mingw-w64-target \
|
||||||
clang-format \
|
clang-format \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
COPY locale.gen /etc/
|
||||||
|
RUN locale-gen
|
3
.devcontainer/locale.gen
Normal file
3
.devcontainer/locale.gen
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ru_RU.CP1251 CP1251
|
||||||
|
ru_RU.UTF-8 UTF-8
|
||||||
|
en_US.UTF-8 UTF-8
|
2
.vscode/wine-ru_RU.cp1251
vendored
Executable file
2
.vscode/wine-ru_RU.cp1251
vendored
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
LC_ALL=ru_RU.cp1251 /usr/bin/wine "$@"
|
Loading…
Reference in New Issue
Block a user