Skip to content

Instantly share code, notes, and snippets.

@TaylorAckley
Created May 6, 2019 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TaylorAckley/24d622326511abc820e5b402834b7fed to your computer and use it in GitHub Desktop.
Save TaylorAckley/24d622326511abc820e5b402834b7fed to your computer and use it in GitHub Desktop.
Locale Key Values
-- psuedo code, example.
INSERT INTO LocaleKeys (LocaleKey, LocaleKeyValue, Locale, Templates) VALUES N'TITLE_LOGIN', N'Login to your account', N'en-us', N'LOGIN_PAGE, SIDE_MENU'
INSERT INTO LocaleKeys (LocaleKey, LocaleKeyValue, Locale, Templates) VALUES N'TEXT_LOGIN', N'Already have an account? <a href="/login">Login Here</a>', N'en-us', N'LOGIN_PAGE'
INSERT INTO LocaleKeys (LocaleKey, LocaleKeyValue, Locale, Templates) VALUES N'APIERROR_UNKOWN', N'An unkown error happened processing your request.', N'en-us', N'*''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment