Metriche repository
- Star
- (167 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Terms
- I have searched open new keyboard issues
- I agree to follow Scribe-iOS' Code of Conduct
- This issue is about one language, and I've changed the title to reflect this
Language support
Norwegian is another language that has a lot of available data on Wikidata that further has grammar structures that Scribe could really serve. There are three genders - masculine, feminine and neutral, but verb conjugation is more similar to Danish and Swedish meaning that the 2x2 conjugation display would likely be used.
Of note is that there are two written forms of Norwegian - Bokmål and Nynorsk. This issue would focus on Bokmål as there is dramatically more support for it on Wikidata at time of writing (roughly 85% of Norwegians use Bokmål), but another issue to make a Nynorsk keyboard would be welcome 😊
Contribution
I'd be happy to work on this, and it may be focussed on in a future release :)
What's needed
- A Bokmål directory added to Keyboards/LanguageKeyboards that includes a
BokmålKeyboardViewController.swiftfile - Bokmål language keyboard values and logic added to
NBInterfaceVariables.swiftin the above directory - Bokmål language keyboard commands added to
NBCommandVariables.swiftin the above directory - Fine tuning the WDQS queries found in Scribe-Data/Data/Bokmål
- Writing formatting Python scripts and adding them to Scribe-Data/Data/Bokmål
- Add Bokmål keyboard specific logic to KeyboardViewController.swift
- Setting up alternate key functions if there are keys that have them that aren't already implemented
- Adding all the formatted JSON data to a
Datadirectory in the new directory and updating the data table in the readme