We have a case where we will now ned to support (identical) translations in a single language expressed in multiple scripts. The near term priority is Serbian (sr), given the current languages in the translation queue.
We know that we can qualify the BCP47 language tag with a script suffix (e.g. sr-Latn for Serbian in the Latin alphabet, and sr-Cyrl for Serbian in the Cyrillic alphabet). However, we need to have a configurable option that allows us to define the "default" script if the rights application receives a request for the translation unqualified by script code (e.g. just sr).
Potential options include setting this in the application's configuration file.
We have a case where we will now ned to support (identical) translations in a single language expressed in multiple scripts. The near term priority is Serbian (
sr), given the current languages in the translation queue.We know that we can qualify the BCP47 language tag with a script suffix (e.g.
sr-Latnfor Serbian in the Latin alphabet, andsr-Cyrlfor Serbian in the Cyrillic alphabet). However, we need to have a configurable option that allows us to define the "default" script if the rights application receives a request for the translation unqualified by script code (e.g. justsr).Potential options include setting this in the application's configuration file.