From d39af5335cba57c0e36ab6949c5cef9b02a20e26 Mon Sep 17 00:00:00 2001 From: Hongxia Zhong Date: Fri, 6 May 2016 01:22:33 -0700 Subject: [PATCH] Fix incorrect zh-hans and zh-hant locale directory path --- .../{zh-Hans => zh_Hans}/LC_MESSAGES/django.mo | Bin .../{zh-Hans => zh_Hans}/LC_MESSAGES/django.po | 0 .../{zh-Hant => zh_Hant}/LC_MESSAGES/django.mo | Bin .../{zh-Hant => zh_Hant}/LC_MESSAGES/django.po | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename rest_framework/locale/{zh-Hans => zh_Hans}/LC_MESSAGES/django.mo (100%) rename rest_framework/locale/{zh-Hans => zh_Hans}/LC_MESSAGES/django.po (100%) rename rest_framework/locale/{zh-Hant => zh_Hant}/LC_MESSAGES/django.mo (100%) rename rest_framework/locale/{zh-Hant => zh_Hant}/LC_MESSAGES/django.po (100%) diff --git a/rest_framework/locale/zh-Hans/LC_MESSAGES/django.mo b/rest_framework/locale/zh_Hans/LC_MESSAGES/django.mo similarity index 100% rename from rest_framework/locale/zh-Hans/LC_MESSAGES/django.mo rename to rest_framework/locale/zh_Hans/LC_MESSAGES/django.mo diff --git a/rest_framework/locale/zh-Hans/LC_MESSAGES/django.po b/rest_framework/locale/zh_Hans/LC_MESSAGES/django.po similarity index 100% rename from rest_framework/locale/zh-Hans/LC_MESSAGES/django.po rename to rest_framework/locale/zh_Hans/LC_MESSAGES/django.po diff --git a/rest_framework/locale/zh-Hant/LC_MESSAGES/django.mo b/rest_framework/locale/zh_Hant/LC_MESSAGES/django.mo similarity index 100% rename from rest_framework/locale/zh-Hant/LC_MESSAGES/django.mo rename to rest_framework/locale/zh_Hant/LC_MESSAGES/django.mo diff --git a/rest_framework/locale/zh-Hant/LC_MESSAGES/django.po b/rest_framework/locale/zh_Hant/LC_MESSAGES/django.po similarity index 100% rename from rest_framework/locale/zh-Hant/LC_MESSAGES/django.po rename to rest_framework/locale/zh_Hant/LC_MESSAGES/django.po