You're right. While finland is bilingual country finnish language is not spoken outside of finland. (swedish is also an official language, ~5% of the population of finland speaks natively swedish).
Joni On Mon, 2006-04-17 at 08:26 -0700, Eelco Hillenius wrote: > Hi Joni, > > Is fi_FI better than fi? What if fi (language) is set, but FI > (country) is not? Are there more country specific variants of Finnish? > > Eelco > > On 4/17/06, SourceForge.net <[EMAIL PROTECTED]> wrote: > > Patches item #1471603, was opened at 2006-04-17 10:38 > > Message generated for change (Comment added) made by inhuman > > You can respond by visiting: > > https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1471603&group_id=119783 > > > > Please note that this message will contain a full copy of the comment > > thread, > > including the initial issue submission, for this request, > > not just the latest update. > > Category: core > > Group: 1.2 > > Status: Open > > Resolution: None > > Priority: 5 > > Submitted By: Eelco Hillenius (eelco12) > > Assigned to: Nobody/Anonymous (nobody) > > Summary: localized validation messages > > > > Initial Comment: > > This is a request for message bundles for default > > validators so that Wicket has some nice out-of-the-box > > error messages. > > > > Please attach your bundle here. The contents of > > Application.properties: > > > > > > RequiredValidator=field '${label}' is required. > > TypeValidator='${input}' is not a valid ${type}. > > > > NumberValidator.range=${input} must be between > > ${minimum} and ${maximum}. > > NumberValidator.minimum='${input}' must be greater than > > ${minimum}. > > NumberValidator.maximum='${input}' must be smaller than > > ${maximum}. > > > > StringValidator.range='${input}' must be between > > ${minimum} and ${maximum} chars. > > StringValidator.minimum='${input}' must be at least > > ${mimimum} chars. > > StringValidator.maximum='${input}' must be at most > > ${maximum} chars. > > > > DateValidator.range='${input}' must be between > > ${minimum} and ${maximum}. > > DateValidator.minimum='${input}' must be greater than > > ${minimum}. > > DateValidator.maximum='${input}' must be smaller than > > ${maximum}. > > > > PatternValidator='${input}' does not match pattern > > '${pattern}' > > EmailAddressPatternValidator='${input}' is not a valid > > email address. > > > > EqualInputValidator='${input0}' from ${label0} and > > '${input1}' from ${label1} must be equal. > > > > null=Choose One > > nullValid= > > > > ---------------------------------------------------------------------- > > > > Comment By: Joni Suominen (inhuman) > > Date: 2006-04-17 11:34 > > > > Message: > > Logged In: YES > > user_id=333539 > > > > Application_fi_FI.properties > > > > RequiredValidator=kentt\u00E4 '${label}' on pakollinen. > > TypeValidator='${input}' ei ole sallittu ${type}. > > > > NumberValidator.range=${input} tulee olla v\u00E4lill\u00E4 > > ${minimum} ja ${maximum}. > > NumberValidator.minimum='${input}' tulee olla suurempi kuin > > ${minimum}. > > NumberValidator.maximum='${input}' tulee olla pienempi kuin > > ${maximum}. > > > > StringValidator.range='${input}' tulee olla ${minimum} - > > ${maximum} merkki\u00E4 pitk\u00E4. > > StringValidator.minimum='${input}' tulee olla > > v\u00E4hint\u00E4\u00E4n ${mimimum} merkki\u00E4 pitk\u00E4. > > StringValidator.maximum='${input}' tulee olla korkeintaan > > ${maximum} merkki\u00E4 pitk\u00E4. > > > > DateValidator.range='${input}' tulee olla v\u00E4lill\u00E4 > > ${minimum} ja ${maximum}. > > DateValidator.minimum='${input}' tulee olla j\u00E4lkeen > > ${minimum}. > > DateValidator.maximum='${input}' tulee olla ennen ${maximum}. > > > > PatternValidator='${input}' ei ole vaaditussa muodossa > > '${pattern}' > > EmailAddressPatternValidator='${input}' ei ole sallitussa > > muodossa oleva s\u00E4hk\u00F6postiosoite. > > > > EqualInputValidator='${input0}' kent\u00E4ss\u00E4 ${label0} > > ja '${input1}' kent\u00E4ss\u00E4 ${label1} tulee olla sama. > > > > null=Valitse yksi > > nullValid= > > > > > > ---------------------------------------------------------------------- > > > > You can respond by visiting: > > https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1471603&group_id=119783 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
