1# This file is part of MyPaint.
2# -*- coding: utf-8 -*-
3# Copyright (C) 2007-2013 by Martin Renold <martinxyz@gmx.ch>
4# Copyright (C) 2013-2015 by the MyPaint Development Team.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version
10
11mypaint_brushdir = u'{mypaint_brushdir}'
12libmypaint_version = u'{libmypaint_version}'
13libmypaint_locale_dir = {libmypaint_locale_dir}
14# List of locales for which translation files are available
15supported_locales = [
16{supported_locales}
17]
18