MFlisar / GDPRDialog

GDPR fragment dialog implementation
Apache License 2.0
211 stars 53 forks source link

[WIP]: adds swedish translation #76

Closed sphrak closed 6 years ago

sphrak commented 6 years ago

hey mate, This adds swedish translation, but I need to investigate a few things before this can be merged.

MFlisar commented 6 years ago

thanks, just let me know when it's finished

sphrak commented 6 years ago

@MFlisar signoff, its ready to be merged :)

MFlisar commented 6 years ago

thanks

zdenek-jonas commented 5 years ago

Could you create the release with this new Language?

zdenek-jonas commented 5 years ago

Thank you

MFlisar commented 5 years ago

Done. Btw, you can always use ANY commit as well, like following:

// snapshot of current branch
implementation 'com.github.MFlisar:GDPRDialog:-SNAPSHOT' 
// use a commit tag
implementation 'com.github.MFlisar:GDPRDialog:246c2dbcc1'

Commit tags can be found here e.g.: https://github.com/MFlisar/GDPRDialog/commits/master

zdenek-jonas commented 5 years ago

Ok, thank you. Good point. I will notice it.