com web/doc: Describe more files in structure chapter: tutorial/structure.md

[email protected] Fri, 20 Jun 2014 13:12:26 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Commit:    623fd3f22f02e276eeaa50b380129af18429c51e
Author:    Sobak <[email protected]>         Fri, 20 Jun 2014 15:12:26 +0200
Parents:   c52b7b53bc1a3e2770bbcb07168d2d82a089ce30
Branches:  master

Link:       http://git.php.net/?p=web/doc.git;a=commitdiff;h=623fd3f22f02e276eeaa50b380129af18429c51e

Log:
Describe more files in structure chapter

Changed paths:
  M  tutorial/structure.md


Diff:
diff --git a/tutorial/structure.md b/tutorial/structure.md
index 9469f24..688711a 100644
--- a/tutorial/structure.md
+++ b/tutorial/structure.md
@@ -47,4 +47,12 @@ And OO extensions (such as imagick) contain:
 
 Note: *classname* is the lowercased name of the class, not a literal file or directory name.
 
+There are some other important files, not related with extensions.
+- *{LANG}/language-defs.ent* - contains local entities used by this language. Some common ones are
+  the main part titles, but you should also put entities used only by this language's files here.
+- *{LANG}/language-snippets.ent* - longer often used XML snippets translated to this language.
+  Including common warnings, notes, etc.
+- *{LANG}/translation.xml* - this file is used to store all central translation info, like a small
+  intro text for translators and the persons list. This file is not present in the English tree.
+
 The next chapter will discuss how to [edit the manual sources](editing.php).