Skip to content

Commit

Permalink
Mockup i18nbuild command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Feb 6, 2014
1 parent 9c76baf commit 5dc9225
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ftw/recipe/translations/i18nbuild/command.py
Expand Up @@ -2,3 +2,21 @@

def main(package_name, i18n_domain, package_namespace, package_directory):
pass


def build_translations(package_directory, i18n_domain, new_languages=None):
rebuild_inflator(package_directory, i18n_domain)
rebuild_potfiles(package_directory)
sync_potfiles(package_directory, new_languages)


def rebuild_inflator(package_directory, i18n_domain):
pass


def rebuild_potfiles(package_directory, i18n_domain):
pass


def sync_potfiles(package_directory, new_languages=None):
pass

0 comments on commit 5dc9225

Please sign in to comment.