mirror of
https://codeberg.org/bg443/JetBird.git
synced 2025-12-22 13:17:12 +00:00
Bump NetBird to v0.32.0
This commit is contained in:
@@ -46,6 +46,7 @@ object Languages {
|
||||
R.string.cs to "cs",
|
||||
R.string.da to "da",
|
||||
R.string.et to "et",
|
||||
R.string.fi to "fi",
|
||||
R.string.hu to "hu",
|
||||
R.string.ga to "ga",
|
||||
R.string.pl to "pl",
|
||||
|
||||
@@ -129,7 +129,8 @@
|
||||
<string name="zh_CN" translatable="false">中文 (简体)</string>
|
||||
<string name="cs" translatable="false">Čeština</string>
|
||||
<string name="da" translatable="false">Dansk</string>
|
||||
<string name="et" translatable="false">Eesti keel</string>
|
||||
<string name="et" translatable="false">Eesti</string>
|
||||
<string name="fi" translatable="false">Suomi</string>
|
||||
<string name="hu" translatable="false">Magyar</string>
|
||||
<string name="ga" translatable="false">Gaeilge</string>
|
||||
<string name="pl" translatable="false">Polski</string>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<locale android:name="cs" />
|
||||
<locale android:name="da" />
|
||||
<locale android:name="et" />
|
||||
<locale android:name="fi" />
|
||||
<locale android:name="hu" />
|
||||
<locale android:name="ga" />
|
||||
<locale android:name="pl" />
|
||||
|
||||
2
netbird
2
netbird
Submodule netbird updated: d47be154ea...a7d5c52203
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
set -eu
|
||||
export PATH="${PATH}:${ANDROID_HOME}/build-tools/34.0.0"
|
||||
export PATH="${PATH}:${JAVA_HOME}/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user