[Pythonjp-checkins] [py33.python-doc-ja] push by songofacandy - pot を作って Transifex にアップロードするまでをコマンド化 on 2012-11-11 09:48 GMT

Back to archive index

pytho****@googl***** pytho****@googl*****
2012年 11月 11日 (日) 18:49:10 JST


Revision: 9307b5608dfb
Branch:   default
Author:   "INADA Naoki  <songo****@gmail*****>
Date:     Sun Nov 11 01:48:50 2012
Log:      pot を作って Transifex にアップロードするまでをコマンド化
http://code.google.com/p/python-doc-ja/source/detail?r=9307b5608dfb&repo=py33

Added:
  /locale/pavement.py
Modified:
  /Makefile
  /locale/.tx/config

=======================================
--- /dev/null
+++ /locale/pavement.py	Sun Nov 11 01:48:50 2012
@@ -0,0 +1,22 @@
+from __future__ import print_function
+
+from paver.easy import *
+from txclib.project import Project
+
+ @ task
+def update_source():
+    proj = Project()
+    conf = proj.config
+
+    base = path('pot')
+    for pot in base.walkfiles('*.pot'):
+        # 'pot/whatsnew/3.3.pot' => 'whatsnew-3_3'
+        name = base.relpathto(pot).rsplit('.',  
1)[0].replace('/', '-').replace('.', '_')
+        resource = "python-doc-ja.33-" + name
+        print("Updating ", name)
+        if not conf.has_section(resource):
+            conf.add_section(resource)
+        conf.set(resource, 'source_lang', 'en')
+        conf.set(resource, 'source_file', pot)
+
+    proj.save()
=======================================
--- /Makefile	Tue Jul  3 08:02:12 2012
+++ /Makefile	Sun Nov 11 01:48:50 2012
@@ -194,3 +194,6 @@
  		exit 1;; \
  	esac
  	@make autobuild-dev
+
+gettext:
+	sphinx-build -b gettext -d build/doctrees . locale/pot
=======================================
--- /locale/.tx/config	Fri Oct 12 19:45:31 2012
+++ /locale/.tx/config	Sun Nov 11 01:48:50 2012
@@ -1,1664 +1,2073 @@
  [main]
-host = https://www.transifex.net
+host = https://www.transifex.com

  [python-doc-ja.33-about]
  file_filter = <lang>/LC_MESSAGES/about.po
+source_file = pot/about.pot
  source_lang = en

  [python-doc-ja.33-bugs]
  file_filter = <lang>/LC_MESSAGES/bugs.po
+source_file = pot/bugs.pot
  source_lang = en

  [python-doc-ja.33-contents]
  file_filter = <lang>/LC_MESSAGES/contents.po
+source_file = pot/contents.pot
  source_lang = en

  [python-doc-ja.33-copyright]
  file_filter = <lang>/LC_MESSAGES/copyright.po
+source_file = pot/copyright.pot
  source_lang = en

  [python-doc-ja.33-glossary]
  file_filter = <lang>/LC_MESSAGES/glossary.po
+source_file = pot/glossary.pot
  source_lang = en

  [python-doc-ja.33-license]
  file_filter = <lang>/LC_MESSAGES/license.po
+source_file = pot/license.pot
  source_lang = en

  [python-doc-ja.33-c-api-abstract]
  file_filter = <lang>/LC_MESSAGES/c-api/abstract.po
+source_file = pot/c-api/abstract.pot
  source_lang = en

  [python-doc-ja.33-c-api-allocation]
  file_filter = <lang>/LC_MESSAGES/c-api/allocation.po
+source_file = pot/c-api/allocation.pot
  source_lang = en

  [python-doc-ja.33-c-api-arg]
  file_filter = <lang>/LC_MESSAGES/c-api/arg.po
+source_file = pot/c-api/arg.pot
  source_lang = en

  [python-doc-ja.33-c-api-bool]
  file_filter = <lang>/LC_MESSAGES/c-api/bool.po
+source_file = pot/c-api/bool.pot
  source_lang = en

  [python-doc-ja.33-c-api-buffer]
  file_filter = <lang>/LC_MESSAGES/c-api/buffer.po
+source_file = pot/c-api/buffer.pot
  source_lang = en

  [python-doc-ja.33-c-api-bytearray]
  file_filter = <lang>/LC_MESSAGES/c-api/bytearray.po
+source_file = pot/c-api/bytearray.pot
  source_lang = en

  [python-doc-ja.33-c-api-bytes]
  file_filter = <lang>/LC_MESSAGES/c-api/bytes.po
+source_file = pot/c-api/bytes.pot
  source_lang = en

  [python-doc-ja.33-c-api-capsule]
  file_filter = <lang>/LC_MESSAGES/c-api/capsule.po
+source_file = pot/c-api/capsule.pot
  source_lang = en

  [python-doc-ja.33-c-api-cell]
  file_filter = <lang>/LC_MESSAGES/c-api/cell.po
+source_file = pot/c-api/cell.pot
  source_lang = en

  [python-doc-ja.33-c-api-code]
  file_filter = <lang>/LC_MESSAGES/c-api/code.po
+source_file = pot/c-api/code.pot
  source_lang = en

  [python-doc-ja.33-c-api-codec]
  file_filter = <lang>/LC_MESSAGES/c-api/codec.po
+source_file = pot/c-api/codec.pot
  source_lang = en

  [python-doc-ja.33-c-api-complex]
  file_filter = <lang>/LC_MESSAGES/c-api/complex.po
+source_file = pot/c-api/complex.pot
  source_lang = en

  [python-doc-ja.33-c-api-concrete]
  file_filter = <lang>/LC_MESSAGES/c-api/concrete.po
+source_file = pot/c-api/concrete.pot
  source_lang = en

  [python-doc-ja.33-c-api-conversion]
  file_filter = <lang>/LC_MESSAGES/c-api/conversion.po
+source_file = pot/c-api/conversion.pot
  source_lang = en

  [python-doc-ja.33-c-api-datetime]
  file_filter = <lang>/LC_MESSAGES/c-api/datetime.po
+source_file = pot/c-api/datetime.pot
  source_lang = en

  [python-doc-ja.33-c-api-descriptor]
  file_filter = <lang>/LC_MESSAGES/c-api/descriptor.po
+source_file = pot/c-api/descriptor.pot
  source_lang = en

  [python-doc-ja.33-c-api-dict]
  file_filter = <lang>/LC_MESSAGES/c-api/dict.po
+source_file = pot/c-api/dict.pot
  source_lang = en

  [python-doc-ja.33-c-api-exceptions]
  file_filter = <lang>/LC_MESSAGES/c-api/exceptions.po
+source_file = pot/c-api/exceptions.pot
  source_lang = en

  [python-doc-ja.33-c-api-file]
  file_filter = <lang>/LC_MESSAGES/c-api/file.po
+source_file = pot/c-api/file.pot
  source_lang = en

  [python-doc-ja.33-c-api-float]
  file_filter = <lang>/LC_MESSAGES/c-api/float.po
+source_file = pot/c-api/float.pot
  source_lang = en

  [python-doc-ja.33-c-api-function]
  file_filter = <lang>/LC_MESSAGES/c-api/function.po
+source_file = pot/c-api/function.pot
  source_lang = en

  [python-doc-ja.33-c-api-gcsupport]
  file_filter = <lang>/LC_MESSAGES/c-api/gcsupport.po
+source_file = pot/c-api/gcsupport.pot
  source_lang = en

  [python-doc-ja.33-c-api-gen]
  file_filter = <lang>/LC_MESSAGES/c-api/gen.po
+source_file = pot/c-api/gen.pot
  source_lang = en

  [python-doc-ja.33-c-api-import]
  file_filter = <lang>/LC_MESSAGES/c-api/import.po
+source_file = pot/c-api/import.pot
  source_lang = en

  [python-doc-ja.33-c-api-index]
  file_filter = <lang>/LC_MESSAGES/c-api/index.po
+source_file = pot/c-api/index.pot
  source_lang = en

  [python-doc-ja.33-c-api-init]
  file_filter = <lang>/LC_MESSAGES/c-api/init.po
+source_file = pot/c-api/init.pot
  source_lang = en

  [python-doc-ja.33-c-api-intro]
  file_filter = <lang>/LC_MESSAGES/c-api/intro.po
+source_file = pot/c-api/intro.pot
  source_lang = en

  [python-doc-ja.33-c-api-iter]
  file_filter = <lang>/LC_MESSAGES/c-api/iter.po
+source_file = pot/c-api/iter.pot
  source_lang = en

  [python-doc-ja.33-c-api-iterator]
  file_filter = <lang>/LC_MESSAGES/c-api/iterator.po
+source_file = pot/c-api/iterator.pot
  source_lang = en

  [python-doc-ja.33-c-api-list]
  file_filter = <lang>/LC_MESSAGES/c-api/list.po
+source_file = pot/c-api/list.pot
  source_lang = en

  [python-doc-ja.33-c-api-long]
  file_filter = <lang>/LC_MESSAGES/c-api/long.po
+source_file = pot/c-api/long.pot
  source_lang = en

  [python-doc-ja.33-c-api-mapping]
  file_filter = <lang>/LC_MESSAGES/c-api/mapping.po
+source_file = pot/c-api/mapping.pot
  source_lang = en

  [python-doc-ja.33-c-api-marshal]
  file_filter = <lang>/LC_MESSAGES/c-api/marshal.po
+source_file = pot/c-api/marshal.pot
  source_lang = en

  [python-doc-ja.33-c-api-memory]
  file_filter = <lang>/LC_MESSAGES/c-api/memory.po
+source_file = pot/c-api/memory.pot
  source_lang = en

  [python-doc-ja.33-c-api-memoryview]
  file_filter = <lang>/LC_MESSAGES/c-api/memoryview.po
+source_file = pot/c-api/memoryview.pot
  source_lang = en

  [python-doc-ja.33-c-api-method]
  file_filter = <lang>/LC_MESSAGES/c-api/method.po
+source_file = pot/c-api/method.pot
  source_lang = en

  [python-doc-ja.33-c-api-module]
  file_filter = <lang>/LC_MESSAGES/c-api/module.po
+source_file = pot/c-api/module.pot
  source_lang = en

  [python-doc-ja.33-c-api-none]
  file_filter = <lang>/LC_MESSAGES/c-api/none.po
+source_file = pot/c-api/none.pot
  source_lang = en

  [python-doc-ja.33-c-api-number]
  file_filter = <lang>/LC_MESSAGES/c-api/number.po
+source_file = pot/c-api/number.pot
  source_lang = en

  [python-doc-ja.33-c-api-objbuffer]
  file_filter = <lang>/LC_MESSAGES/c-api/objbuffer.po
+source_file = pot/c-api/objbuffer.pot
  source_lang = en

  [python-doc-ja.33-c-api-object]
  file_filter = <lang>/LC_MESSAGES/c-api/object.po
+source_file = pot/c-api/object.pot
  source_lang = en

  [python-doc-ja.33-c-api-objimpl]
  file_filter = <lang>/LC_MESSAGES/c-api/objimpl.po
+source_file = pot/c-api/objimpl.pot
  source_lang = en

  [python-doc-ja.33-c-api-refcounting]
  file_filter = <lang>/LC_MESSAGES/c-api/refcounting.po
+source_file = pot/c-api/refcounting.pot
  source_lang = en

  [python-doc-ja.33-c-api-reflection]
  file_filter = <lang>/LC_MESSAGES/c-api/reflection.po
+source_file = pot/c-api/reflection.pot
  source_lang = en

  [python-doc-ja.33-c-api-sequence]
  file_filter = <lang>/LC_MESSAGES/c-api/sequence.po
+source_file = pot/c-api/sequence.pot
  source_lang = en

  [python-doc-ja.33-c-api-set]
  file_filter = <lang>/LC_MESSAGES/c-api/set.po
+source_file = pot/c-api/set.pot
  source_lang = en

  [python-doc-ja.33-c-api-slice]
  file_filter = <lang>/LC_MESSAGES/c-api/slice.po
+source_file = pot/c-api/slice.pot
  source_lang = en

  [python-doc-ja.33-c-api-stable]
  file_filter = <lang>/LC_MESSAGES/c-api/stable.po
+source_file = pot/c-api/stable.pot
  source_lang = en

  [python-doc-ja.33-c-api-structures]
  file_filter = <lang>/LC_MESSAGES/c-api/structures.po
+source_file = pot/c-api/structures.pot
  source_lang = en

  [python-doc-ja.33-c-api-sys]
  file_filter = <lang>/LC_MESSAGES/c-api/sys.po
+source_file = pot/c-api/sys.pot
  source_lang = en

  [python-doc-ja.33-c-api-tuple]
  file_filter = <lang>/LC_MESSAGES/c-api/tuple.po
+source_file = pot/c-api/tuple.pot
  source_lang = en

  [python-doc-ja.33-c-api-type]
  file_filter = <lang>/LC_MESSAGES/c-api/type.po
+source_file = pot/c-api/type.pot
  source_lang = en

  [python-doc-ja.33-c-api-typeobj]
  file_filter = <lang>/LC_MESSAGES/c-api/typeobj.po
+source_file = pot/c-api/typeobj.pot
  source_lang = en

  [python-doc-ja.33-c-api-unicode]
  file_filter = <lang>/LC_MESSAGES/c-api/unicode.po
+source_file = pot/c-api/unicode.pot
  source_lang = en

  [python-doc-ja.33-c-api-utilities]
  file_filter = <lang>/LC_MESSAGES/c-api/utilities.po
+source_file = pot/c-api/utilities.pot
  source_lang = en

  [python-doc-ja.33-c-api-veryhigh]
  file_filter = <lang>/LC_MESSAGES/c-api/veryhigh.po
+source_file = pot/c-api/veryhigh.pot
  source_lang = en

  [python-doc-ja.33-c-api-weakref]
  file_filter = <lang>/LC_MESSAGES/c-api/weakref.po
+source_file = pot/c-api/weakref.pot
  source_lang = en

  [python-doc-ja.33-distutils-apiref]
  file_filter = <lang>/LC_MESSAGES/distutils/apiref.po
+source_file = pot/distutils/apiref.pot
  source_lang = en

  [python-doc-ja.33-distutils-builtdist]
  file_filter = <lang>/LC_MESSAGES/distutils/builtdist.po
+source_file = pot/distutils/builtdist.pot
  source_lang = en

  [python-doc-ja.33-distutils-commandref]
  file_filter = <lang>/LC_MESSAGES/distutils/commandref.po
+source_file = pot/distutils/commandref.pot
  source_lang = en

  [python-doc-ja.33-distutils-configfile]
  file_filter = <lang>/LC_MESSAGES/distutils/configfile.po
+source_file = pot/distutils/configfile.pot
  source_lang = en

  [python-doc-ja.33-distutils-examples]
  file_filter = <lang>/LC_MESSAGES/distutils/examples.po
+source_file = pot/distutils/examples.pot
  source_lang = en

  [python-doc-ja.33-distutils-extending]
  file_filter = <lang>/LC_MESSAGES/distutils/extending.po
+source_file = pot/distutils/extending.pot
  source_lang = en

  [python-doc-ja.33-distutils-index]
  file_filter = <lang>/LC_MESSAGES/distutils/index.po
+source_file = pot/distutils/index.pot
  source_lang = en

  [python-doc-ja.33-distutils-introduction]
  file_filter = <lang>/LC_MESSAGES/distutils/introduction.po
+source_file = pot/distutils/introduction.pot
  source_lang = en

  [python-doc-ja.33-distutils-packageindex]
  file_filter = <lang>/LC_MESSAGES/distutils/packageindex.po
+source_file = pot/distutils/packageindex.pot
  source_lang = en

  [python-doc-ja.33-distutils-setupscript]
  file_filter = <lang>/LC_MESSAGES/distutils/setupscript.po
+source_file = pot/distutils/setupscript.pot
  source_lang = en

  [python-doc-ja.33-distutils-sourcedist]
  file_filter = <lang>/LC_MESSAGES/distutils/sourcedist.po
+source_file = pot/distutils/sourcedist.pot
  source_lang = en

  [python-doc-ja.33-distutils-uploading]
  file_filter = <lang>/LC_MESSAGES/distutils/uploading.po
+source_file = pot/distutils/uploading.pot
  source_lang = en

  [python-doc-ja.33-extending-building]
  file_filter = <lang>/LC_MESSAGES/extending/building.po
+source_file = pot/extending/building.pot
  source_lang = en

  [python-doc-ja.33-extending-embedding]
  file_filter = <lang>/LC_MESSAGES/extending/embedding.po
+source_file = pot/extending/embedding.pot
  source_lang = en

  [python-doc-ja.33-extending-extending]
  file_filter = <lang>/LC_MESSAGES/extending/extending.po
+source_file = pot/extending/extending.pot
  source_lang = en

  [python-doc-ja.33-extending-index]
  file_filter = <lang>/LC_MESSAGES/extending/index.po
+source_file = pot/extending/index.pot
  source_lang = en

  [python-doc-ja.33-extending-newtypes]
  file_filter = <lang>/LC_MESSAGES/extending/newtypes.po
+source_file = pot/extending/newtypes.pot
  source_lang = en

  [python-doc-ja.33-extending-windows]
  file_filter = <lang>/LC_MESSAGES/extending/windows.po
+source_file = pot/extending/windows.pot
  source_lang = en

  [python-doc-ja.33-faq-design]
  file_filter = <lang>/LC_MESSAGES/faq/design.po
+source_file = pot/faq/design.pot
  source_lang = en

  [python-doc-ja.33-faq-extending]
  file_filter = <lang>/LC_MESSAGES/faq/extending.po
+source_file = pot/faq/extending.pot
  source_lang = en

  [python-doc-ja.33-faq-general]
  file_filter = <lang>/LC_MESSAGES/faq/general.po
+source_file = pot/faq/general.pot
  source_lang = en

  [python-doc-ja.33-faq-gui]
  file_filter = <lang>/LC_MESSAGES/faq/gui.po
+source_file = pot/faq/gui.pot
  source_lang = en

  [python-doc-ja.33-faq-index]
  file_filter = <lang>/LC_MESSAGES/faq/index.po
+source_file = pot/faq/index.pot
  source_lang = en

  [python-doc-ja.33-faq-installed]
  file_filter = <lang>/LC_MESSAGES/faq/installed.po
+source_file = pot/faq/installed.pot
  source_lang = en

  [python-doc-ja.33-faq-library]
  file_filter = <lang>/LC_MESSAGES/faq/library.po
+source_file = pot/faq/library.pot
  source_lang = en

  [python-doc-ja.33-faq-programming]
  file_filter = <lang>/LC_MESSAGES/faq/programming.po
+source_file = pot/faq/programming.pot
  source_lang = en

  [python-doc-ja.33-faq-windows]
  file_filter = <lang>/LC_MESSAGES/faq/windows.po
+source_file = pot/faq/windows.pot
  source_lang = en

  [python-doc-ja.33-howto-advocacy]
  file_filter = <lang>/LC_MESSAGES/howto/advocacy.po
+source_file = pot/howto/advocacy.pot
  source_lang = en

  [python-doc-ja.33-howto-argparse]
  file_filter = <lang>/LC_MESSAGES/howto/argparse.po
+source_file = pot/howto/argparse.pot
  source_lang = en

  [python-doc-ja.33-howto-cporting]
  file_filter = <lang>/LC_MESSAGES/howto/cporting.po
+source_file = pot/howto/cporting.pot
  source_lang = en

  [python-doc-ja.33-howto-curses]
  file_filter = <lang>/LC_MESSAGES/howto/curses.po
+source_file = pot/howto/curses.pot
  source_lang = en

  [python-doc-ja.33-howto-descriptor]
  file_filter = <lang>/LC_MESSAGES/howto/descriptor.po
+source_file = pot/howto/descriptor.pot
  source_lang = en

  [python-doc-ja.33-howto-functional]
  file_filter = <lang>/LC_MESSAGES/howto/functional.po
+source_file = pot/howto/functional.pot
  source_lang = en

  [python-doc-ja.33-howto-index]
  file_filter = <lang>/LC_MESSAGES/howto/index.po
+source_file = pot/howto/index.pot
  source_lang = en

  [python-doc-ja.33-howto-ipaddress]
  file_filter = <lang>/LC_MESSAGES/howto/ipaddress.po
+source_file = pot/howto/ipaddress.pot
  source_lang = en

  [python-doc-ja.33-howto-logging]
  file_filter = <lang>/LC_MESSAGES/howto/logging.po
+source_file = pot/howto/logging.pot
  source_lang = en

  [python-doc-ja.33-howto-logging-cookbook]
  file_filter = <lang>/LC_MESSAGES/howto/logging-cookbook.po
+source_file = pot/howto/logging-cookbook.pot
  source_lang = en

  [python-doc-ja.33-howto-pyporting]
  file_filter = <lang>/LC_MESSAGES/howto/pyporting.po
+source_file = pot/howto/pyporting.pot
  source_lang = en

  [python-doc-ja.33-howto-regex]
  file_filter = <lang>/LC_MESSAGES/howto/regex.po
+source_file = pot/howto/regex.pot
  source_lang = en

  [python-doc-ja.33-howto-sockets]
  file_filter = <lang>/LC_MESSAGES/howto/sockets.po
+source_file = pot/howto/sockets.pot
  source_lang = en

  [python-doc-ja.33-howto-sorting]
  file_filter = <lang>/LC_MESSAGES/howto/sorting.po
+source_file = pot/howto/sorting.pot
  source_lang = en

  [python-doc-ja.33-howto-unicode]
  file_filter = <lang>/LC_MESSAGES/howto/unicode.po
+source_file = pot/howto/unicode.pot
  source_lang = en

  [python-doc-ja.33-howto-urllib2]
  file_filter = <lang>/LC_MESSAGES/howto/urllib2.po
+source_file = pot/howto/urllib2.pot
  source_lang = en

  [python-doc-ja.33-howto-webservers]
  file_filter = <lang>/LC_MESSAGES/howto/webservers.po
+source_file = pot/howto/webservers.pot
  source_lang = en

  [python-doc-ja.33-install-index]
  file_filter = <lang>/LC_MESSAGES/install/index.po
+source_file = pot/install/index.pot
  source_lang = en

  [python-doc-ja.33-library-2to3]
  file_filter = <lang>/LC_MESSAGES/library/2to3.po
+source_file = pot/library/2to3.pot
  source_lang = en

  [python-doc-ja.33-library-__future__]
  file_filter = <lang>/LC_MESSAGES/library/__future__.po
+source_file = pot/library/__future__.pot
  source_lang = en

  [python-doc-ja.33-library-__main__]
  file_filter = <lang>/LC_MESSAGES/library/__main__.po
+source_file = pot/library/__main__.pot
  source_lang = en

  [python-doc-ja.33-library-_dummy_thread]
  file_filter = <lang>/LC_MESSAGES/library/_dummy_thread.po
+source_file = pot/library/_dummy_thread.pot
  source_lang = en

  [python-doc-ja.33-library-_thread]
  file_filter = <lang>/LC_MESSAGES/library/_thread.po
+source_file = pot/library/_thread.pot
  source_lang = en

  [python-doc-ja.33-library-abc]
  file_filter = <lang>/LC_MESSAGES/library/abc.po
+source_file = pot/library/abc.pot
  source_lang = en

  [python-doc-ja.33-library-aifc]
  file_filter = <lang>/LC_MESSAGES/library/aifc.po
+source_file = pot/library/aifc.pot
  source_lang = en

  [python-doc-ja.33-library-allos]
  file_filter = <lang>/LC_MESSAGES/library/allos.po
+source_file = pot/library/allos.pot
  source_lang = en

  [python-doc-ja.33-library-archiving]
  file_filter = <lang>/LC_MESSAGES/library/archiving.po
+source_file = pot/library/archiving.pot
  source_lang = en

  [python-doc-ja.33-library-argparse]
  file_filter = <lang>/LC_MESSAGES/library/argparse.po
+source_file = pot/library/argparse.pot
  source_lang = en

  [python-doc-ja.33-library-array]
  file_filter = <lang>/LC_MESSAGES/library/array.po
+source_file = pot/library/array.pot
  source_lang = en

  [python-doc-ja.33-library-ast]
  file_filter = <lang>/LC_MESSAGES/library/ast.po
+source_file = pot/library/ast.pot
  source_lang = en

  [python-doc-ja.33-library-asynchat]
  file_filter = <lang>/LC_MESSAGES/library/asynchat.po
+source_file = pot/library/asynchat.pot
  source_lang = en

  [python-doc-ja.33-library-asyncore]
  file_filter = <lang>/LC_MESSAGES/library/asyncore.po
+source_file = pot/library/asyncore.pot
  source_lang = en

  [python-doc-ja.33-library-atexit]
  file_filter = <lang>/LC_MESSAGES/library/atexit.po
+source_file = pot/library/atexit.pot
  source_lang = en

  [python-doc-ja.33-library-audioop]
  file_filter = <lang>/LC_MESSAGES/library/audioop.po
+source_file = pot/library/audioop.pot
  source_lang = en

  [python-doc-ja.33-library-base64]
  file_filter = <lang>/LC_MESSAGES/library/base64.po
+source_file = pot/library/base64.pot
  source_lang = en

  [python-doc-ja.33-library-bdb]
  file_filter = <lang>/LC_MESSAGES/library/bdb.po
+source_file = pot/library/bdb.pot
  source_lang = en

  [python-doc-ja.33-library-binary]
  file_filter = <lang>/LC_MESSAGES/library/binary.po
+source_file = pot/library/binary.pot
  source_lang = en

  [python-doc-ja.33-library-binascii]
  file_filter = <lang>/LC_MESSAGES/library/binascii.po
+source_file = pot/library/binascii.pot
  source_lang = en

  [python-doc-ja.33-library-binhex]
  file_filter = <lang>/LC_MESSAGES/library/binhex.po
+source_file = pot/library/binhex.pot
  source_lang = en

  [python-doc-ja.33-library-bisect]
  file_filter = <lang>/LC_MESSAGES/library/bisect.po
+source_file = pot/library/bisect.pot
  source_lang = en

  [python-doc-ja.33-library-builtins]
  file_filter = <lang>/LC_MESSAGES/library/builtins.po
+source_file = pot/library/builtins.pot
  source_lang = en

  [python-doc-ja.33-library-bz2]
  file_filter = <lang>/LC_MESSAGES/library/bz2.po
+source_file = pot/library/bz2.pot
  source_lang = en

  [python-doc-ja.33-library-calendar]
  file_filter = <lang>/LC_MESSAGES/library/calendar.po
+source_file = pot/library/calendar.pot
  source_lang = en

  [python-doc-ja.33-library-cgi]
  file_filter = <lang>/LC_MESSAGES/library/cgi.po
+source_file = pot/library/cgi.pot
  source_lang = en

  [python-doc-ja.33-library-cgitb]
  file_filter = <lang>/LC_MESSAGES/library/cgitb.po
+source_file = pot/library/cgitb.pot
  source_lang = en

  [python-doc-ja.33-library-chunk]
  file_filter = <lang>/LC_MESSAGES/library/chunk.po
+source_file = pot/library/chunk.pot
  source_lang = en

  [python-doc-ja.33-library-cmath]
  file_filter = <lang>/LC_MESSAGES/library/cmath.po
+source_file = pot/library/cmath.pot
  source_lang = en

  [python-doc-ja.33-library-cmd]
  file_filter = <lang>/LC_MESSAGES/library/cmd.po
+source_file = pot/library/cmd.pot
  source_lang = en

  [python-doc-ja.33-library-code]
  file_filter = <lang>/LC_MESSAGES/library/code.po
+source_file = pot/library/code.pot
  source_lang = en

  [python-doc-ja.33-library-codecs]
  file_filter = <lang>/LC_MESSAGES/library/codecs.po
+source_file = pot/library/codecs.pot
  source_lang = en

  [python-doc-ja.33-library-codeop]
  file_filter = <lang>/LC_MESSAGES/library/codeop.po
+source_file = pot/library/codeop.pot
  source_lang = en

  [python-doc-ja.33-library-collections]
  file_filter = <lang>/LC_MESSAGES/library/collections.po
+source_file = pot/library/collections.pot
  source_lang = en

  [python-doc-ja.33-library-collections_abc]
  file_filter = <lang>/LC_MESSAGES/library/collections.abc.po
+source_file = pot/library/collections.abc.pot
  source_lang = en

  [python-doc-ja.33-library-colorsys]
  file_filter = <lang>/LC_MESSAGES/library/colorsys.po
+source_file = pot/library/colorsys.pot
  source_lang = en

  [python-doc-ja.33-library-compileall]
  file_filter = <lang>/LC_MESSAGES/library/compileall.po
+source_file = pot/library/compileall.pot
  source_lang = en

  [python-doc-ja.33-library-concurrency]
  file_filter = <lang>/LC_MESSAGES/library/concurrency.po
+source_file = pot/library/concurrency.pot
  source_lang = en

  [python-doc-ja.33-library-concurrent_futures]
  file_filter = <lang>/LC_MESSAGES/library/concurrent.futures.po
+source_file = pot/library/concurrent.futures.pot
  source_lang = en

  [python-doc-ja.33-library-configparser]
  file_filter = <lang>/LC_MESSAGES/library/configparser.po
+source_file = pot/library/configparser.pot
  source_lang = en

  [python-doc-ja.33-library-constants]
  file_filter = <lang>/LC_MESSAGES/library/constants.po
+source_file = pot/library/constants.pot
  source_lang = en

  [python-doc-ja.33-library-contextlib]
  file_filter = <lang>/LC_MESSAGES/library/contextlib.po
+source_file = pot/library/contextlib.pot
  source_lang = en

  [python-doc-ja.33-library-copy]
  file_filter = <lang>/LC_MESSAGES/library/copy.po
+source_file = pot/library/copy.pot
  source_lang = en

  [python-doc-ja.33-library-copyreg]
  file_filter = <lang>/LC_MESSAGES/library/copyreg.po
+source_file = pot/library/copyreg.pot
  source_lang = en

  [python-doc-ja.33-library-crypt]
  file_filter = <lang>/LC_MESSAGES/library/crypt.po
+source_file = pot/library/crypt.pot
  source_lang = en

  [python-doc-ja.33-library-crypto]
  file_filter = <lang>/LC_MESSAGES/library/crypto.po
+source_file = pot/library/crypto.pot
  source_lang = en

  [python-doc-ja.33-library-csv]
  file_filter = <lang>/LC_MESSAGES/library/csv.po
+source_file = pot/library/csv.pot
  source_lang = en

  [python-doc-ja.33-library-ctypes]
  file_filter = <lang>/LC_MESSAGES/library/ctypes.po
+source_file = pot/library/ctypes.pot
  source_lang = en

  [python-doc-ja.33-library-curses]
  file_filter = <lang>/LC_MESSAGES/library/curses.po
+source_file = pot/library/curses.pot
  source_lang = en

  [python-doc-ja.33-library-curses_ascii]
  file_filter = <lang>/LC_MESSAGES/library/curses.ascii.po
+source_file = pot/library/curses.ascii.pot
  source_lang = en

  [python-doc-ja.33-library-curses_panel]
  file_filter = <lang>/LC_MESSAGES/library/curses.panel.po
+source_file = pot/library/curses.panel.pot
  source_lang = en

  [python-doc-ja.33-library-custominterp]
  file_filter = <lang>/LC_MESSAGES/library/custominterp.po
+source_file = pot/library/custominterp.pot
  source_lang = en

  [python-doc-ja.33-library-datatypes]
  file_filter = <lang>/LC_MESSAGES/library/datatypes.po
+source_file = pot/library/datatypes.pot
  source_lang = en

  [python-doc-ja.33-library-datetime]
  file_filter = <lang>/LC_MESSAGES/library/datetime.po
+source_file = pot/library/datetime.pot
  source_lang = en

  [python-doc-ja.33-library-dbm]
  file_filter = <lang>/LC_MESSAGES/library/dbm.po
+source_file = pot/library/dbm.pot
  source_lang = en

  [python-doc-ja.33-library-debug]
  file_filter = <lang>/LC_MESSAGES/library/debug.po
+source_file = pot/library/debug.pot
  source_lang = en

  [python-doc-ja.33-library-decimal]
  file_filter = <lang>/LC_MESSAGES/library/decimal.po
+source_file = pot/library/decimal.pot
  source_lang = en

  [python-doc-ja.33-library-development]
  file_filter = <lang>/LC_MESSAGES/library/development.po
+source_file = pot/library/development.pot
  source_lang = en

  [python-doc-ja.33-library-difflib]
  file_filter = <lang>/LC_MESSAGES/library/difflib.po
+source_file = pot/library/difflib.pot
  source_lang = en

  [python-doc-ja.33-library-dis]
  file_filter = <lang>/LC_MESSAGES/library/dis.po
+source_file = pot/library/dis.pot
  source_lang = en

  [python-doc-ja.33-library-distutils]
  file_filter = <lang>/LC_MESSAGES/library/distutils.po
+source_file = pot/library/distutils.pot
  source_lang = en

  [python-doc-ja.33-library-doctest]
  file_filter = <lang>/LC_MESSAGES/library/doctest.po
+source_file = pot/library/doctest.pot
  source_lang = en

  [python-doc-ja.33-library-dummy_threading]
  file_filter = <lang>/LC_MESSAGES/library/dummy_threading.po
+source_file = pot/library/dummy_threading.pot
  source_lang = en

  [python-doc-ja.33-library-email]
  file_filter = <lang>/LC_MESSAGES/library/email.po
+source_file = pot/library/email.pot
  source_lang = en

  [python-doc-ja.33-library-email-examples]
  file_filter = <lang>/LC_MESSAGES/library/email-examples.po
+source_file = pot/library/email-examples.pot
  source_lang = en

  [python-doc-ja.33-library-email_charset]
  file_filter = <lang>/LC_MESSAGES/library/email.charset.po
+source_file = pot/library/email.charset.pot
  source_lang = en

  [python-doc-ja.33-library-email_encoders]
  file_filter = <lang>/LC_MESSAGES/library/email.encoders.po
+source_file = pot/library/email.encoders.pot
  source_lang = en

  [python-doc-ja.33-library-email_errors]
  file_filter = <lang>/LC_MESSAGES/library/email.errors.po
+source_file = pot/library/email.errors.pot
  source_lang = en

  [python-doc-ja.33-library-email_generator]
  file_filter = <lang>/LC_MESSAGES/library/email.generator.po
+source_file = pot/library/email.generator.pot
  source_lang = en

  [python-doc-ja.33-library-email_header]
  file_filter = <lang>/LC_MESSAGES/library/email.header.po
+source_file = pot/library/email.header.pot
  source_lang = en

  [python-doc-ja.33-library-email_headerregistry]
  file_filter = <lang>/LC_MESSAGES/library/email.headerregistry.po
+source_file = pot/library/email.headerregistry.pot
  source_lang = en

  [python-doc-ja.33-library-email_iterators]
  file_filter = <lang>/LC_MESSAGES/library/email.iterators.po
+source_file = pot/library/email.iterators.pot
  source_lang = en

  [python-doc-ja.33-library-email_message]
  file_filter = <lang>/LC_MESSAGES/library/email.message.po
+source_file = pot/library/email.message.pot
  source_lang = en

  [python-doc-ja.33-library-email_mime]
  file_filter = <lang>/LC_MESSAGES/library/email.mime.po
+source_file = pot/library/email.mime.pot
  source_lang = en

  [python-doc-ja.33-library-email_parser]
  file_filter = <lang>/LC_MESSAGES/library/email.parser.po
+source_file = pot/library/email.parser.pot
  source_lang = en

  [python-doc-ja.33-library-email_policy]
  file_filter = <lang>/LC_MESSAGES/library/email.policy.po
+source_file = pot/library/email.policy.pot
  source_lang = en

  [python-doc-ja.33-library-email_util]
  file_filter = <lang>/LC_MESSAGES/library/email.util.po
+source_file = pot/library/email.util.pot
  source_lang = en

  [python-doc-ja.33-library-errno]
  file_filter = <lang>/LC_MESSAGES/library/errno.po
+source_file = pot/library/errno.pot
  source_lang = en

  [python-doc-ja.33-library-exceptions]
  file_filter = <lang>/LC_MESSAGES/library/exceptions.po
+source_file = pot/library/exceptions.pot
  source_lang = en

  [python-doc-ja.33-library-faulthandler]
  file_filter = <lang>/LC_MESSAGES/library/faulthandler.po
+source_file = pot/library/faulthandler.pot
  source_lang = en

  [python-doc-ja.33-library-fcntl]
  file_filter = <lang>/LC_MESSAGES/library/fcntl.po
+source_file = pot/library/fcntl.pot
  source_lang = en

  [python-doc-ja.33-library-filecmp]
  file_filter = <lang>/LC_MESSAGES/library/filecmp.po
+source_file = pot/library/filecmp.pot
  source_lang = en

  [python-doc-ja.33-library-fileformats]
  file_filter = <lang>/LC_MESSAGES/library/fileformats.po
+source_file = pot/library/fileformats.pot
  source_lang = en

  [python-doc-ja.33-library-fileinput]
  file_filter = <lang>/LC_MESSAGES/library/fileinput.po
+source_file = pot/library/fileinput.pot
  source_lang = en

  [python-doc-ja.33-library-filesys]
  file_filter = <lang>/LC_MESSAGES/library/filesys.po
+source_file = pot/library/filesys.pot
  source_lang = en

  [python-doc-ja.33-library-fnmatch]
  file_filter = <lang>/LC_MESSAGES/library/fnmatch.po
+source_file = pot/library/fnmatch.pot
  source_lang = en

  [python-doc-ja.33-library-formatter]
  file_filter = <lang>/LC_MESSAGES/library/formatter.po
+source_file = pot/library/formatter.pot
  source_lang = en

  [python-doc-ja.33-library-fpectl]
  file_filter = <lang>/LC_MESSAGES/library/fpectl.po
+source_file = pot/library/fpectl.pot
  source_lang = en

  [python-doc-ja.33-library-fractions]
  file_filter = <lang>/LC_MESSAGES/library/fractions.po
+source_file = pot/library/fractions.pot
  source_lang = en

  [python-doc-ja.33-library-frameworks]
  file_filter = <lang>/LC_MESSAGES/library/frameworks.po
+source_file = pot/library/frameworks.pot
  source_lang = en

  [python-doc-ja.33-library-ftplib]
  file_filter = <lang>/LC_MESSAGES/library/ftplib.po
+source_file = pot/library/ftplib.pot
  source_lang = en
***The diff for this file has been truncated for email.***




Pythonjp-checkins メーリングリストの案内
Back to archive index