Browse Source

translation: Fix comment out issue in en.jsx (#1698)

closed-social-v3
INAGAKI Hiroshi 7 years ago
committed by Eugen
parent
commit
5619099564
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/javascripts/components/locales/en.jsx

+ 1
- 1
app/assets/javascripts/components/locales/en.jsx View File

@ -5,7 +5,7 @@
* 1. to add your new string here; and
* 2. to remove old strings that are no longer needed; and
* 3. to sort the strings by the key.
# 4. To rename the `en` const name and export default name to match your locale.
* 4. To rename the `en` const name and export default name to match your locale.
* Thanks!
*/
const en = {

Loading…
Cancel
Save