From 6a16962813b747d6db4c3ee97fedd7f11e60bd88 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Sat, 23 May 2009 04:17:02 +0000 Subject: [PATCH] localization doc update and switched markup to wikicreole --- .docmeta | 2 +- Docs/Localization.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.docmeta b/.docmeta index 917e776..f6424e7 100644 --- a/.docmeta +++ b/.docmeta @@ -23,7 +23,7 @@ input-file: Docs/CHANGES.txt output-page: "ARL Changelog" - - type: wiki + type: creole input-file: Docs/Localization.txt output-page: "API/Localization" - diff --git a/Docs/Localization.txt b/Docs/Localization.txt index 06b53d9..9ee4cd9 100644 --- a/Docs/Localization.txt +++ b/Docs/Localization.txt @@ -1,6 +1,6 @@ -All localization entries must be added to the WoW Ace localization application. When the addon is packaged, the localization strings are taken from the application and added to the code. +All localization entries must be added to the WoWAce localization application. When the addon is packaged, the localization strings are taken from the application and added to the code. -==Localization Schema== +==Localization Schema * single and double words are just fine, anything longer should have a tag * tag name rules: ** tags should be ALL_CAPITAL_LETTERS with words separated with _'s -- 1.7.9.5