We have the support of 33 languages and it would be great if native-speakers of one's will check the correctness of data for his own language.
For example. I'm Russian and I'm sure of the correctness of the data for this language. But we also want to be sure of the correctness of German (de, de-ch), Italian (it) and other languages.
Checked locales:
cseles-mxesetfafihuisjakkkonl-benlnosvzhHi @lk-geimfari ! I'm confused: could you tell me which files need to be checked? I could help with the french ones ;)
@ZeFifi All files related to your locale, namely: mimesis/data/fr/.
@lk-geimfari Ok cool, I'm gonna take a look at it, I saw some typos ;)
@ZeFifi Thank you very much!
Everything looks OK now :)
Please not that in the text.json file there's this sentence, in english: "This is the first age that's ever paid much attention to the future, which is a little ironic since we may not have one.". Would you like me to translate it or is it meant to remain in english since it's a quote?
@ZeFifi In fr all data must be in French. If you can find more data in French then update it! It would be awesome!
Sure, I'm gonna recheck all the JSON ;)
@lk-geimfari It's OK for the french translations now ;) I submitted my last pull request! You can check the FR box ;) Have a great day, it was cool to contribute to your project!
@ZeFifi Thanks!
@lk-geimfari I will check for pl
Hi, I would love to contribute, I will check en-gb.
@ChloeAnn Okay, thanks!
Hi, I started checking the Dutch data and I'm not sure how far I should go in correcting.
I translated some Belgium Dutch sentences to Dutch, consider for example the difference between 'Zijt gij al klaar?' (Belgium) and 'Bent u al klaar?' (Netherlands), or change 'tas koffie' into 'kopje koffie'. The sentences seem allright, I skimmed.
But then the words. I'm not sure where they came from, but I found many:
As for the 'bad words', I think it's okay to include some swear words, but there should be a limit to their offensiveness. A great deal of those are considered incredibly rude and offensive, even among those who like to use strong language. I'm all for making the 'bad words' a little more gentle. Or maybe we don't need a bad words section?
@lk-geimfari Can you advise?
Mean time, I didn't get passed text.json yet...
@wbkoetsier If you want to know why we have added swear words then I can explain. It's for testing comments, forums and i.e. Suppose you need to check whether your application skips comments with swear words.
You should not write bad words manually because mimesis will generate them. I understand that bad words sound very rude, but they sound so, only if they are addressed to someone what we do not do and did not plan.
@wbkoetsier Therefore, they should be most popular bad words in the current language.
I can see some massively offensive stuff in the EN 'bad words' as wel... OK, I'll leave them unchanged, I understand the purpose.
But what about the 'normal' words? Are there supposed to be rude words in there, and what about all the English words and names? Should I clean that up, or leave it as is?
@wbkoetsier There two types of words: normal and bad. What words there should be clear from the name.
@lk-geimfari I can check for Italian
@pimuzzo It would be awesome! I have added it by myself and I'm not sure that all data is correct, because, unfortunately, I don't know Italian. Thank you!
@lk-geimfari , I just looked at the French person.json and the values for 'academic_degree' are incorrect, yet this issue is closed. I could help but I understand if the data is considered final at this point.
@lucasmarcel Can you fix it, please? It would be really helpful.
Will do but bear with me, it'll be my first PR, ever :)
@lucasmarcel It's easy, as you'll see.
Hi @lk-geimfari!
I started checking the German (de) files and have some questions as to what the output should look like exactly.
Sorry for the many questions. Let me know which issues are important!
@Anphisa First of all thanks for your interest.
Let me answer your questions:
Adam is a German, Vadim is a Russian (of course in German)Much clear example:
>>> from mimesis import Person
>>> person = Person('de')
>>> person.full_name()
'Immanuel Kant'
>>> person.nationality() # returns nationality of Kant.
# How it works in English:
>>> person = Person('en')
person.full_name()
'Loe Tolstoy'
>>> person.nationality()
'Russian'
In Russian it looks like this:
>>> person.nationality(gender=Gender.MALE)
'袧械屑械褑'
>>> person.nationality(gender=Gender.FEMALE)
'袧械屑泻邪'
Fraude, because if common cases streets contain Stra脽e. You can change to be correct if right now it is not.And finally thanks again for interest. This adorable language is really important for us. And it is important for us that the data be as accurate and useful as possible.
@lk-geimfari Thanks for your fast and helpful answer! I now made those changes.
And what an adorable language it is. I found a lot of very interesting names in the person.json and feel very inspired now by all the Germans I can generate on my command line.
@Anphisa Gut! Looking forward to your PR.
@ceccoemi Hey! As I can judge by your profile you are from Italy. Is it right? If you are, what do you think about the correctness of data for locale it? It would be really awesome to hear your opinion about it. Maybe you can improve data for locale it somehow.
@ceccoemi Friendly 馃彄
@lk-geimfari I'm sorry I didn't see the first message. I will work on it locale as soon as I can.
Hi there. I've had a look at the Norwegian (no) locale, and noticed lots of things that are outright wrong or could be improved. I'd be happy to work on it.
@tangram It would be awesome! Thank you very much! I'll wait for your PR.
This issue has been automatically marked as stale because it has not had activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.
This issue has been automatically marked as stale because it has not had activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.
Most helpful comment
Hi there. I've had a look at the Norwegian (
no) locale, and noticed lots of things that are outright wrong or could be improved. I'd be happy to work on it.