set ::msgcat::header "Project-Id-Version: hello-tcl 0\nReport-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\nPO-Revision-Date: 2003-10-20 10:13+0200\nLast-Translator: Marek \u010cernock\u00fd <marek@manet.cz>\nLanguage-Team: Czech <cs@li.org>\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
::msgcat::mcset cs "Hello, world!" [expr { $tcl_version < 9 ? "Ahoj sv\u011bte 😃!" : "Ahoj sv\u011bte \U0001f603!" }]
|