Skip to content

Commit

Permalink
Add annotations to readme data table back in
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Apr 13, 2023
1 parent 5f24935 commit 713dd59
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions Keyboards/KeyboardsBase/Utilities.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// File.swift
// Scribe
//
// Created by Andrew Tavis on 13.04.23.
//

import Foundation
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 713dd59

Please sign in to comment.