Welcome Guest, Not a member yet? Register   Sign In
Found translation miss i CI 3.1.5 for upload
#1

Hello, I have located a lacky translation into swedish, it's in:

/application/language/swedish/upload_lang.php

It's about upload_invalid_dimensions

It translates invalid-dimensions into "bigger than the allowed dimensions" (but in swedish).

A fixed it locally adding " eller mindre" after "större" (it then means "bigger or smaller").

I could try and use Git for this, but wonder - should I make a brand new project and clone from git?

Otherwise, I give my corrected translation, like above:

$lang['upload_invalid_filesize']        = 'Den uppladdade filen är större eller mindre än tillåten storlek.';

$lang['upload_invalid_dimensions']      = 'Den uppladdade bilden är större eller mindre än de tillåtna dimensionerna.';

Thanks!
Reply


Messages In This Thread
Found translation miss i CI 3.1.5 for upload - by valema - 11-26-2019, 01:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB