From: Harmon Date: Mon, 6 Jan 2020 08:21:46 +0000 (-0600) Subject: Rename locales directory to locale and add to build configuration file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d3cdd259ec093b3dd821e72d2e592f1af8dddd77;p=tweepy.git Rename locales directory to locale and add to build configuration file --- diff --git a/docs/conf.py b/docs/conf.py index 7c121f6..03fc6bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,6 +58,8 @@ release = __version__ # for a list of supported languages. #language = None +locale_dirs = ['locale/'] + # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' diff --git a/docs/locales/ko_KR/LC_MESSAGES/TRANSLATORS_ko_KR.txt b/docs/locale/ko_KR/LC_MESSAGES/TRANSLATORS_ko_KR.txt similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/TRANSLATORS_ko_KR.txt rename to docs/locale/ko_KR/LC_MESSAGES/TRANSLATORS_ko_KR.txt diff --git a/docs/locales/ko_KR/LC_MESSAGES/api.po b/docs/locale/ko_KR/LC_MESSAGES/api.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/api.po rename to docs/locale/ko_KR/LC_MESSAGES/api.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/auth_tutorial.po b/docs/locale/ko_KR/LC_MESSAGES/auth_tutorial.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/auth_tutorial.po rename to docs/locale/ko_KR/LC_MESSAGES/auth_tutorial.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/code_snippet.po b/docs/locale/ko_KR/LC_MESSAGES/code_snippet.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/code_snippet.po rename to docs/locale/ko_KR/LC_MESSAGES/code_snippet.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/cursor_tutorial.po b/docs/locale/ko_KR/LC_MESSAGES/cursor_tutorial.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/cursor_tutorial.po rename to docs/locale/ko_KR/LC_MESSAGES/cursor_tutorial.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/extended_tweets.po b/docs/locale/ko_KR/LC_MESSAGES/extended_tweets.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/extended_tweets.po rename to docs/locale/ko_KR/LC_MESSAGES/extended_tweets.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/getting_started.po b/docs/locale/ko_KR/LC_MESSAGES/getting_started.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/getting_started.po rename to docs/locale/ko_KR/LC_MESSAGES/getting_started.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/index.po b/docs/locale/ko_KR/LC_MESSAGES/index.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/index.po rename to docs/locale/ko_KR/LC_MESSAGES/index.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/install.po b/docs/locale/ko_KR/LC_MESSAGES/install.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/install.po rename to docs/locale/ko_KR/LC_MESSAGES/install.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/parameters.po b/docs/locale/ko_KR/LC_MESSAGES/parameters.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/parameters.po rename to docs/locale/ko_KR/LC_MESSAGES/parameters.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/running_tests.po b/docs/locale/ko_KR/LC_MESSAGES/running_tests.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/running_tests.po rename to docs/locale/ko_KR/LC_MESSAGES/running_tests.po diff --git a/docs/locales/ko_KR/LC_MESSAGES/streaming_how_to.po b/docs/locale/ko_KR/LC_MESSAGES/streaming_how_to.po similarity index 100% rename from docs/locales/ko_KR/LC_MESSAGES/streaming_how_to.po rename to docs/locale/ko_KR/LC_MESSAGES/streaming_how_to.po