We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8170d commit 29e8902Copy full SHA for 29e8902
java/src/org/futo/inputmethod/v2keyboard/LayoutManager.kt
@@ -111,7 +111,7 @@ object LayoutManager {
111
ensureInitialized()
112
return getAllLayoutPaths(context.assets).map {
113
it.split("/").last().split(".yaml").first()
114
- }
+ }.filter { it != "names" }
115
}
116
117
private val unexceptionalLocales = mutableSetOf<Locale>()
0 commit comments