You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to use Austlang code and still comply with the relevant standard for xml:lang (BCP47)
Section 2.2.7 specifies how to use "private" (extension) codes. We need to decide on a convention for using Austlang codes.
At its simplest, a "private" code is one which starts with x-, so the simplest way for us to use Austlang would be:
<termxml:lang="x-W40">foo</term>
Is that enough? We won't have other private codes, will we @nthieberger ? (i.e. apart from Austlang) If we did want to be able to use other private language codes, we'd need to include an Austlang-specific segment into that code as well, e.g.
At the moment validation fails if a language code is given as
<term xml:lang="W40">
, it needs to use ISO-639-3<term xml:lang="nrk">
Can a code specify that it is using Austlang and then be valid?
The text was updated successfully, but these errors were encountered: