blob: 02989381bf763ec1fde0edbd70c805936cc1f3c0 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
[pep8]
max-line-length = 119
[flake8]
max-line-length = 119
[egg_info]
tag_build = dev0
[easy_install]
find_links = http://www.pylonshq.com/download/
find_links = http://www.turbogears.org/2.1/downloads/current/index
[nosetests]
with-pylons=test.ini
# Babel configuration
[compile_catalog]
domain = allura
directory = allura/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = allura/i18n/allura.pot
width = 80
keywords = l_
[init_catalog]
domain = allura
input_file = allura/i18n/allura.pot
output_dir = allura/i18n
[update_catalog]
domain = allura
input_file = allura/i18n/allura.pot
output_dir = allura/i18n
previous = true