From 713dd599b3977ad79895d87a46c970f8a07ccdba Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Thu, 13 Apr 2023 19:18:57 +0200 Subject: [PATCH] Add annotations to readme data table back in --- Keyboards/KeyboardsBase/Utilities.swift | 8 ++++++++ README.md | 18 +++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 Keyboards/KeyboardsBase/Utilities.swift diff --git a/Keyboards/KeyboardsBase/Utilities.swift b/Keyboards/KeyboardsBase/Utilities.swift new file mode 100644 index 00000000..fc745efa --- /dev/null +++ b/Keyboards/KeyboardsBase/Utilities.swift @@ -0,0 +1,8 @@ +// +// File.swift +// Scribe +// +// Created by Andrew Tavis on 13.04.23. +// + +import Foundation diff --git a/README.md b/README.md index 4fa4f033..ee7d18fd 100644 --- a/README.md +++ b/README.md @@ -128,15 +128,15 @@ Scribe's goal is functional, feature-rich keyboards for all languages. Check [sc The following table shows the supported languages and the amount of data available for each on [Wikidata](https://www.wikidata.org/) and via [Unicode CLDR](https://github.com/unicode-org/cldr) for emojis: -| Languages | Nouns | Verbs | Translations | Prepositions | Emoji Keywords | -| :--------- | ------: | ----: | -----------: | -----------: | -------------: | -| French | 16,815 | 5,450 | 67,652 | - | 2,493 | -| German | 29,272 | 3,557 | 67,652 | 187 | 2,901 | -| Italian | 8,646 | 73 | 67,652 | - | 2,463 | -| Portuguese | 5,191 | 495 | 67,652 | - | 2,336 | -| Russian | 194,419 | 11 | 67,652 | 13 | 3,834 | -| Spanish | 27,128 | 4,036 | 67,652 | - | 3,144 | -| Swedish | 42,807 | 4,394 | 67,652 | - | 2,916 | +| Languages | Nouns | Verbs | Translations\* | Prepositions† | Emoji Keywords | +| :--------- | ------: | ----: | -------------: | ------------: | -------------: | +| French | 16,815 | 5,450 | 67,652 | - | 2,493 | +| German | 29,272 | 3,557 | 67,652 | 187 | 2,901 | +| Italian | 8,646 | 73 | 67,652 | - | 2,463 | +| Portuguese | 5,191 | 495 | 67,652 | - | 2,336 | +| Russian | 194,419 | 11 | 67,652 | 13 | 3,834 | +| Spanish | 27,128 | 4,036 | 67,652 | - | 3,144 | +| Swedish | 42,807 | 4,394 | 67,652 | - | 2,916 | `*` Given the current **`beta`** status where words are machine translated.