Skip to content

Commit

Permalink
Remove unused translations
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Oct 17, 2024
1 parent 3054fd2 commit c46283a
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 116 deletions.
78 changes: 78 additions & 0 deletions Darwin/AppDroid.xcodeproj/xcshareddata/xcschemes/AppDroid.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "499CD4382AC5B799001AE8D8"
BuildableName = "AppDroid.app"
BlueprintName = "AppDroid"
ReferencedContainer = "container:AppDroid.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "499CD4382AC5B799001AE8D8"
BuildableName = "AppDroid.app"
BlueprintName = "AppDroid"
ReferencedContainer = "container:AppDroid.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "499CD4382AC5B799001AE8D8"
BuildableName = "AppDroid.app"
BlueprintName = "AppDroid"
ReferencedContainer = "container:AppDroid.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
116 changes: 0 additions & 116 deletions Sources/AppDroid/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -81,64 +81,6 @@
},
"Emoji: %@" : {

},
"Hello [%@](https://skip.tools)!" : {
"extractionState" : "stale",
"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "¡Hola [%@](https://skip.tools)!"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bonjour [%@](https://skip.tools)!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "こんにちは、[%@](https://skip.tools)!"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "你好,[%@](https://skip.tools)!"
}
}
}
},
"Home" : {
"extractionState" : "stale",
"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Inicio"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Accueil"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "ホーム"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "主页"
}
}
}
},
"Item %lld" : {
"localizations" : {
Expand Down Expand Up @@ -198,35 +140,6 @@
},
"List" : {

},
"Name" : {
"extractionState" : "stale",
"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nombre"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nom"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "名前"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "姓名"
}
}
}
},
"Observed: %lf" : {

Expand Down Expand Up @@ -348,35 +261,6 @@
},
"System Property:" : {

},
"Welcome" : {
"extractionState" : "stale",
"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bienvenido"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bienvenue"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "ようこそ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "欢迎"
}
}
}
}
},
"version" : "1.0"
Expand Down

0 comments on commit c46283a

Please sign in to comment.