1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 09:42:10 -04:00

i18n: sync terms

This commit is contained in:
bbedward
2026-03-18 09:31:02 -04:00
parent 8e047f45f5
commit b227221df6
19 changed files with 8210 additions and 1386 deletions

View File

@@ -103,15 +103,6 @@ func debianPackageInstalledPrecisely(pkg string) bool {
return strings.TrimSpace(string(output)) == "installed"
}
func containsString(values []string, target string) bool {
for _, value := range values {
if value == target {
return true
}
}
return false
}
func debianRepoArchitecture(arch string) string {
switch arch {
case "amd64", "x86_64":