File: 01phrases.yaml

package info (click to toggle)
libdata-phrasebook-loader-yaml-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 176 kB
  • sloc: perl: 316; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
foo: >
   Welcome to [% my %] world.
   It is a nice [%place %].
bar: >
   Welcome to :my world.
   It is a nice :place.