Aion-Format

 view release on metacpan or  search on metacpan

i18n/Aion/Format.ru-en.po  view on Meta::CPAN

"5. В качестве круглых скобок используются двойные скобки (`(( ... ))`).\n"
"5. `||` - или."
msgstr ""
"1. Removes all spaces at the beginning and end.\n"
"2. From the beginning of each line, 4 spaces or 0-3 spaces and a tab are removed.\n"
"3. Spaces at the end of a line and strings of spaces are replaced with `\\s*`.\n"
"4. All variables in `{{ var }}` are replaced with `.*?`. Those. everything is recognized.\n"
"4. All variables in `{{> var }}` are replaced with `[^<>]*?`. Those. HTML tags are not recognized.\n"
"4. All variables in `{{: var }}` are replaced with `[^\\n]*`. Those. must be on one line.\n"
"5. Expressions in double square brackets (`[[ ... ]]`) may not exist.\n"
"5. Double brackets (`(( ... ))` are used as parentheses.\n"
"5. `||` - or."

msgid "Добавляет разделители между цифрами числа."
msgstr "Adds separators between digits of a number."

msgid "Разделителем по умолчанию является неразрывный пробел. Установите разделитель и десятичную точку так же, как:"
msgstr "The default separator is a non-breaking space. Set the separator and decimal point the same way:"

msgid "См. также `Number::Format`."
msgstr "See also `Number::Format`."

lib/Aion/Format.pm  view on Meta::CPAN

=item 3. Spaces at the end of a line and strings of spaces are replaced with C<\s*>.

=item 4. All variables in C<{{ var }}> are replaced with C<.*?>. Those. everything is recognized.

=item 5. All variables in C<< {{E<gt> var }} >> are replaced with C<< [^E<lt>E<gt>]*? >>. Those. HTML tags are not recognized.

=item 6. All variables in C<{{: var }}> are replaced with C<[^\n]*>. Those. must be on one line.

=item 7. Expressions in double square brackets (C<[[ ... ]]>) may not exist.

=item 8. Double brackets (C<(( ... ))> are used as parentheses.

=item 9. C<||> - or.

=back

	my $re = nous [
	q{
		<body>
		<center>
		<h2><a href={{> author_link }}>{{: author_name }}</a><br>



( run in 1.562 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )