Tabellen nedenfor viser språkene som for øyeblikket støttes av Co-op Translator. Den inkluderer språkkoder, språknavn og eventuelle kjente problemer knyttet til hvert språk. Hvis du ønsker å legge til støtte for et nytt språk, vennligst legg til den tilsvarende språkkoden, navnet og passende skrifttype i font_language_mappings.yml
-filen som ligger i src/co_op_translator/fonts/
, og send inn en pull request etter testing.
Language Code | Language Name | Font | RTL Support | Known Issues |
---|---|---|---|---|
en | English | NotoSans-Medium.ttf | No | No |
fr | French | NotoSans-Medium.ttf | No | No |
es | Spanish | NotoSans-Medium.ttf | No | No |
de | German | NotoSans-Medium.ttf | No | No |
ru | Russian | NotoSans-Medium.ttf | No | No |
ar | Arabic | NotoSansArabic-Medium.ttf | Yes | No |
fa | Persian (Farsi) | NotoSansArabic-Medium.ttf | No | No |
ur | Urdu | NotoSansArabic-Medium.ttf | No | No |
zh | Chinese (Simplified) | NotoSansCJK-Medium.ttc | No | No |
mo | Chinese (Traditional, Macau) | NotoSansCJK-Medium.ttc | No | No |
hk | Chinese (Traditional, Hong Kong) | NotoSansCJK-Medium.ttc | No | No |
tw | Chinese (Traditional, Taiwan) | NotoSansCJK-Medium.ttc | No | No |
ja | Japanese | NotoSansCJK-Medium.ttc | No | No |
ko | Korean | NotoSansCJK-Medium.ttc | No | No |
hi | Hindi | NotoSansDevanagari-Medium.ttf | No | No |
bn | Bengali | NotoSansBengali-Medium.ttf | No | No |
mr | Marathi | NotoSansDevanagari-Medium.ttf | No | No |
ne | Nepali | NotoSansDevanagari-Medium.ttf | No | No |
pa | Punjabi (Gurmukhi) | NotoSansGurmukhi-Medium.ttf | No | No |
pt | Portuguese (Portugal) | NotoSans-Medium.ttf | No | No |
br | Portuguese (Brazil) | NotoSans-Medium.ttf | No | No |
it | Italian | NotoSans-Medium.ttf | No | No |
pl | Polish | NotoSans-Medium.ttf | No | No |
tr | Turkish | NotoSans-Medium.ttf | No | No |
el | Greek | NotoSans-Medium.ttf | No | No |
th | Thai | NotoSansThai-Medium.ttf | No | No |
sv | Swedish | NotoSans-Medium.ttf | No | No |
da | Danish | NotoSans-Medium.ttf | No | No |
no | Norwegian | NotoSans-Medium.ttf | No | No |
fi | Finnish | NotoSans-Medium.ttf | No | No |
nl | Dutch | NotoSans-Medium.ttf | No | No |
he | Hebrew | NotoSansHebrew-Medium.ttf | No | No |
vi | Vietnamese | NotoSans-Medium.ttf | No | No |
id | Indonesian | NotoSans-Medium.ttf | No | No |
ms | Malay | NotoSans-Medium.ttf | No | No |
tl | Tagalog (Filipino) | NotoSans-Medium.ttf | No | No |
sw | Swahili | NotoSans-Medium.ttf | No | No |
hu | Hungarian | NotoSans-Medium.ttf | No | No |
cs | Czech | NotoSans-Medium.ttf | No | No |
sk | Slovak | NotoSans-Medium.ttf | No | No |
ro | Romanian | NotoSans-Medium.ttf | No | No |
bg | Bulgarian | NotoSans-Medium.ttf | No | No |
sr | Serbian (Cyrillic) | NotoSans-Medium.ttf | No | No |
hr | Croatian | NotoSans-Medium.ttf | No | No |
sl | Slovenian | NotoSans-Medium.ttf | No | No |
uk | Ukrainian | NotoSans-Medium.ttf | No | No |
my | Burmese (Myanmar) | NotoSans-Medium.ttf | No | No |
For å legge til støtte for et nytt språk:
rtl
-attributtet hvis språket er høyre-til-venstre.src/co_op_translator/fonts/
-mappen.Eksempel:
new_lang:
name: "New Language"
font: "NotoSans-Medium.ttf"
rtl: false
Ansvarsfraskrivelse:
Dette dokumentet er oversatt ved hjelp av AI-oversettelsestjenesten Co-op Translator. Selv om vi streber etter nøyaktighet, vennligst vær oppmerksom på at automatiske oversettelser kan inneholde feil eller unøyaktigheter. Det originale dokumentet på det opprinnelige språket bør anses som den autoritative kilden. For kritisk informasjon anbefales profesjonell menneskelig oversettelse. Vi er ikke ansvarlige for eventuelle misforståelser eller feiltolkninger som oppstår ved bruk av denne oversettelsen.