ソースを参照

#396: German language package, thanks to @logemann

phuoc 11 年 前
コミット
80e7b2baf0
3 ファイル変更4 行追加7 行削除
  1. 3 2
      CHANGELOG.md
  2. 1 0
      CONTRIBUTORS.md
  3. 0 5
      src/js/languages/de_DE.js

+ 3 - 2
CHANGELOG.md

@@ -88,8 +88,9 @@ __Document__
 * [#452](https://github.com/nghuuphuoc/bootstrapvalidator/pull/452): Update 'United State' to 'United States', thanks to [@mike1e](https://github.com/mike1e)
 
 __Language Packages__
-* [#474](https://github.com/nghuuphuoc/bootstrapvalidator/pull/474): Hungarian package, thanks to [@blackfyre](https://github.com/blackfyre)
-* [#478](https://github.com/nghuuphuoc/bootstrapvalidator/pull/478): Simplified and traditional Chinese package, thanks to [@tureki](https://github.com/tureki)
+* [#396](https://github.com/nghuuphuoc/bootstrapvalidator/pull/396): German language package, thanks to [@logemann](https://github.com/logemann)
+* [#474](https://github.com/nghuuphuoc/bootstrapvalidator/pull/474): Hungarian language package, thanks to [@blackfyre](https://github.com/blackfyre)
+* [#478](https://github.com/nghuuphuoc/bootstrapvalidator/pull/478): Simplified and traditional Chinese language package, thanks to [@tureki](https://github.com/tureki)
 
 ## v0.4.5 (2014-05-15)
 

+ 1 - 0
CONTRIBUTORS.md

@@ -25,6 +25,7 @@ I would like to give big thanks to the following contributors:
 * [@khangvm53](https://github.com/khangvm53)
 * [@kristian-puccio](https://github.com/kristian-puccio)
 * [@lloydde](https://github.com/lloydde)
+* [@logemann](https://github.com/logemann)
 * [@manish-in-java](https://github.com/manish-in-java)
 * [@MartinDevillers](https://github.com/MartinDevillers)
 * [@mike1e](https://github.com/mike1e)

+ 0 - 5
src/js/languages/de_DE.js

@@ -1,9 +1,4 @@
 (function($) {
-    /**
-     * Default English package
-     * It's included in the dist, so you do NOT need to include it to your head tag
-     * The only reason I put it here is that you can clone it, and translate it into your language
-     */
     $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
         base64: {
             'default': 'Bitte eine Base64 Kodierung eingeben'