From f81da67eca81353618ad52d35203c92d2141e933 Mon Sep 17 00:00:00 2001 From: egilkh Date: Wed, 13 Aug 2014 19:35:21 +0200 Subject: [PATCH] Add missing locale key to file comment. --- locale/fa.js | 2 +- locale/uz.js | 2 +- locale/zh-cn.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/fa.js b/locale/fa.js index 09c790951..68af5193f 100644 --- a/locale/fa.js +++ b/locale/fa.js @@ -1,5 +1,5 @@ // moment.js locale configuration -// locale : Persian +// locale : Persian (fa) // author : Ebrahim Byagowi : https://github.com/ebraminio (function (factory) { diff --git a/locale/uz.js b/locale/uz.js index aeaad6339..7cf541c52 100644 --- a/locale/uz.js +++ b/locale/uz.js @@ -1,5 +1,5 @@ // moment.js locale configuration -// locale : uzbek +// locale : uzbek (uz) // author : Sardor Muminov : https://github.com/muminoff (function (factory) { diff --git a/locale/zh-cn.js b/locale/zh-cn.js index e73acd704..78ea965b8 100644 --- a/locale/zh-cn.js +++ b/locale/zh-cn.js @@ -1,5 +1,5 @@ // moment.js locale configuration -// locale : chinese +// locale : chinese (zh-cn) // author : suupic : https://github.com/suupic // author : Zeno Zeng : https://github.com/zenozeng -- 2.47.2