From fa8a6091abd02d8279f1e09f01826a70812f27ea Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 2 Apr 2010 18:54:28 +0000 Subject: [PATCH] README with instructions about Urdu transliteration --- lib/src/urdu/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/src/urdu/README diff --git a/lib/src/urdu/README b/lib/src/urdu/README new file mode 100644 index 000000000..bb96f1af2 --- /dev/null +++ b/lib/src/urdu/README @@ -0,0 +1,17 @@ +Urdu resource grammar in GF + +(c) Shafqat Virk 2010 under GNU LGPL + +Sources: files in ./transliterated/ convert to files with the same names in ./ +**Don't hand-edit** the generated files, but the ones in ./transliterated/ +To convert the edited files, do 'make' in this directory. + +Principles: all files containing string literals are in ./transliterated/ +**Don't put string literals** in other files. Add string opers to transliterated/ResUrd.gf +instead (to the end of the file). + +Purpose: the files without strings will work as such for Hindi as well. + + + +