Where can I find the translation table for $countryname?

I

InvisibleMan78

Guest
I found the documentation for $countryname

picard-icon.png
picard-docs.musicbrainz.org

$countryname — MusicBrainz Picard v2.13.3 documentation


But could someone please tell me where I can find the picard translation table source code from the two letter country code to the full english country name?

Especially for the not official country “collections” like XE or XW?

Some two letter code examples to show what I’m looking for (found here):

Code:
$if($eq(%releasecountry%,XE),$set(releasecountry,Europe))
$if($eq(%releasecountry%,XU),$set(releasecountry,[Unknown]))
$if($eq(%releasecountry%,XW),$set(releasecountry,[Worldwide]))
$if($eq(%releasecountry%,XG),$set(releasecountry,DDR))

3 posts - 2 participants

Read full topic

Continue reading...
 
Top