kirill-jjj
d61398d2b5
Russian: fix for letters вьт, like with word отправьте
2 years ago
Alexander Epaneshnikov
7b30ad14f2
Belarusian: add phoneme tests (#1439)
2 years ago
Sergei B
55bbc7f993
Belarusian: add phoneme tests
cover all phoneme rules with
the tests.
2 years ago
Alexander Epaneshnikov
99b232bbd8
Russian update (#1437)
2 years ago
kirill-jjj
38ce3f0713
Russian: fix for что б
2 years ago
kirill-jjj
132435e0ba
Russian: fix for preposition над
2 years ago
kirill-jjj
9f54729f93
Russian: fix error with the letter combination ьо
2 years ago
kirill-jjj
9a61fc97ec
Russian: fix pronunciation of the phrase не за что and add my copyright
2 years ago
kirill-jjj
ce464702f7
Russian: fix pronunciation of word Стратего
2 years ago
kirill-jjj
fcc0ff2f8e
Russian: fix pronunciation of words like предположение, предполагаю and so on
2 years ago
kirill-jjj
a6aef55d7f
Russian: fix pronunciation of phrases previously added by me. Из города, из буфера
2 years ago
kirill-jjj
0ceded280a
Russian: fix pronunciation of по поводу and на поводу
2 years ago
kirill-jjj
bc310aea94
Russian: fix pronunciation of что же, что ли, что ж
2 years ago
kirill-jjj
7cace2412f
Russian: another fix for letter я
2 years ago
kirill-jjj
e5398ba32a
Russian: fix for numbers 60 and 40
2 years ago
kirill-jjj
d86470dd0c
Russian: fix for some particles and prepositions
2 years ago
FelipeZanabria
4565f17253
Update es-419
This fixes the intonation in Latin American Spanish questions, removes the phoneme replacement (T to s) because it is already included in phonemes es_la. It also eliminates the line languaje es 6, because when the voice is in the dialect of Spain and it automatically changes to the dialect of Latin America, it does not return to the dialect of Spain.
2 years ago
Alexander Epaneshnikov
3c809c4d11
Russian: fix for letter я (#1435)
make letter я unstressed at the start of claws, and stressed at end of
it
2 years ago
kirill-jjj
dc1f37a7f1
Russian: fix for letter я
2 years ago
Alexander Epaneshnikov
42409c8476
Russian: fix a bug with conjunctions (#1434)
2 years ago
kirill-jjj
789eeba55c
Russian: fix a bug with conjunctions
2 years ago
Alexander Epaneshnikov
828862448a
Russian update (#1433)
2 years ago
kirill-jjj
09cf6e7124
Russian: fix for some symbols
2 years ago
kirill-jjj
5a3e71c50d
add over 50 new words to listx file, and remove some of rong written
2 years ago
kirill-jjj
61d9995f09
Russian: fix for words with жь at end
2 years ago
kirill-jjj
5247b616fa
Russian: fix for letter's дк and дх and сь+voiced consonant
2 years ago
Alexander Epaneshnikov
0efae53f91
Belarusian: improvements (#1417)
2 years ago
Sergei B
30105a4869
Changelog: add authors of changes in Belarusian
2 years ago
Sergei B
77fff15822
Belarusian: added tests
added tests to:
- language-numbers-cardinal.test
- tests/language-phonemes.test
- tests/language-pronunciation.test
2 years ago
Sergei B
3199d7889b
Belarusian: improvements
- fixed/removed not working rules in be_list
- added stress to the words in be_list
- fixed multi thousand transcription
- removed not working rules in be_rules
- added rules of palatalization, phonemes lengthen
- fixed dropping of [a] at the end of words
- fixed message "Full dictionary is not installed for"
- added configuration in tr_languages.c
- fixed/added phonemes for `Q`, `ts`, `ts;`, `dz`, `dz.`, `;` etc
2 years ago
Alaksiej Stankievič
68b9ca5d83
Rework rules for Belarusian and update phonemes
This patch strip out dependency on Russian, as its complicated relationship
between spelling and pronunciation overburden rules for Belarusian. The rules
themselves are also added. They don't have devoicing at the end of the words
for now. Also, gemination of consonants doesn't work as expected, as it seems
on the top of this rule some other rules apply. This after-processing is
responsible also for the strange behaviour of ending [a].
3 years ago
Alexander Epaneshnikov
a157abddbe
Russian: fix for words with ши and жи at end (#1431)
words like ножи, персонажи, напиши, покажи.
2 years ago
kirill-jjj
ac1cd212ad
Russian: fix for words with ши and жи at end
2 years ago
Alexander Epaneshnikov
57e7fa74ff
Update ChangeLog to include Updating Russian language (#1426)
2 years ago
kirill-jjj
baf273fa45
Update ChangeLog to include Updating Russian language
2 years ago
Alexander Epaneshnikov
feb75d3113
a bunch of fix's for russian language (#1425)
2 years ago
kirill-jjj
762eba359d
russian: a bunch of improvements
2 years ago
Alexander Epaneshnikov
3a3cbb95fb
Georgian: increase numbers to use maximum digits (#1423)
2 years ago
Beqa Gozalishvili
d44cc383bd
Georgian: increase numbers to use maximum digits
2 years ago
Juho Hiltunen
43d7c29d52
Increase targetSdk to 30 and support signature scheme v2 (#1413)
[This removes the warning that this app may not be compatible because it
was developed for an older
android-version.](https://developer.android.com/about/versions/10/behavior-changes-all#low-target-sdk-warnings )
Also, this adds support for signature scheme v2 and v3 [which reduces
the attack surface along with other
benefits](https://source.android.com/docs/security/features/apksigning#v1 ).
Lastly this adds 64-bit support for the APK, so this app can be
installed on 64-bit-only hardware.
2 years ago
Juho Hiltunen
c05690be34
cleanup: move LoadConfig to langopts.c
LoadConfig() should be refactored to support both voice and language options set
in LoadVoice() and LoadLanguageOptions().
2 years ago
Juho Hiltunen
0f1f006afe
Merge branch 'spellingStress'
2 years ago
Juho Hiltunen
dc60881171
et: fi: move spellingStress from code to language configuration
2 years ago
Juho Hiltunen
53e40ead80
docs: add spellingStress
2 years ago
Juho Hiltunen
015bb42a70
new configurable language option: spellingStress
2 years ago
Juho Hiltunen
f342b5d319
cleanup: make spelling_stress bool and set default value
2 years ago
Juho Hiltunen
e03ab8a8c4
tests: add a test for langopts.spelling_stress
2 years ago
Juho Hiltunen
c701b09c25
cleanup: reorganize LOPT defines
2 years ago
Juho Hiltunen
4d70ceceb5
Remove LOPT_IT_DOUBLING and delete unused functionality.
Code checked for both langopt LOPT_IT_DOUBLING and attribe $double.
LOPT_IT_DOUBLING is redundant. $double already has a test in
dictionary.test
Code had a check for tr->langopts.param[LOPT_IT_DOUBLING] & 2 but that bit value is
not used in any language. That logic was removed.
2 years ago
Juho Hiltunen
3b2557cfdd
et: fi: move configuration from code to language file
2 years ago