You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2016/03/30 07:13:45 UTC

[15/38] git commit: [flex-utilities] [refs/heads/master] - Added spelling config to base directory so squiggly examples work in full app

Added spelling config to base directory so squiggly examples work in full app


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/d03df2f6
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/d03df2f6
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/d03df2f6

Branch: refs/heads/master
Commit: d03df2f62cdf934fe6ca766a58042564388e32d6
Parents: b8e8a53
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Oct 31 16:11:02 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Oct 31 16:11:02 2014 +1100

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/SpellingConfig.xml | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d03df2f6/TourDeFlex/TourDeFlex3/src/SpellingConfig.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/SpellingConfig.xml b/TourDeFlex/TourDeFlex3/src/SpellingConfig.xml
new file mode 100644
index 0000000..dfae724
--- /dev/null
+++ b/TourDeFlex/TourDeFlex3/src/SpellingConfig.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding='UTF-8'?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<SpellingConfig>
+  <LanguageResource language="English (British)" languageCode="en_GB" ruleFile="./dictionaries/en_GB/en_GB.aff" dictionaryFile="./dictionaries/en_GB/en_GB.dic"/>
+  <LanguageResource language="English (US)" languageCode="en_US" ruleFile="./dictionaries/en_US/en_US.aff" dictionaryFile="./dictionaries/en_US/en_US.dic"/>
+</SpellingConfig>