Module translation_scan

Parse templates / erlang files in modules, extract all translations.

Copyright © 2010-2017 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Parse templates / erlang files in modules, extract all translations.

Function Index

parse_erl/2
scan/1
scan_file/2Parse the template or Erlang module.

Function Details

parse_erl/2

parse_erl(File, Epp) -> any()

scan/1

scan(Apps::[{App::atom(), Dir::file:filename_all()}]) -> [{App::atom(), Dir::file:filename_all(), Labels::list()}]

scan_file/2

scan_file(X1, File) -> any()

Parse the template or Erlang module. Extract all translation tags.


Generated by EDoc