Skip to content

Commit

Permalink
fixup! WIP: generate ivy code
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Mar 9, 2018
1 parent e170828 commit 2361137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compiler/src/i18n/extractor_merger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import {createI18nMessageFactory} from './i18n_parser';
import {I18nError} from './parse_util';
import {TranslationBundle} from './translation_bundle';

export const _I18N_ATTR = 'i18n';
export const _I18N_ATTR_PREFIX = 'i18n-';
const _I18N_ATTR = 'i18n';
const _I18N_ATTR_PREFIX = 'i18n-';
const _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
const MEANING_SEPARATOR = '|';
const ID_SEPARATOR = '@@';
Expand Down

0 comments on commit 2361137

Please sign in to comment.