mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 23:15:25 +00:00
Merge branch 'develop' of https://github.com/ensan-hcl/AzooKeyKanaKanjiConverter into develop
This commit is contained in:
@ -213,6 +213,11 @@ public final class DicdataStore {
|
||||
for (key, value) in dict {
|
||||
data.append(contentsOf: LOUDS.getDataForLoudstxt3(identifier + "\(key)", indices: value.map {$0 & 2047}, option: self.requestOptions))
|
||||
}
|
||||
if identifier == "memory" {
|
||||
data.mutatingForeach {
|
||||
$0.metadata = .isLearned
|
||||
}
|
||||
}
|
||||
return data
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user