add language support to latest features

This commit is contained in:
David Ralph
2020-12-04 11:42:13 +00:00
parent fc570089c2
commit ba843b44c4
5 changed files with 30 additions and 15 deletions

View File

@@ -3,4 +3,4 @@ export const UNSPLASH_URL = 'https://unsplash.muetab.com';
export const MARKETPLACE_URL = 'https://marketplace.muetab.com';
export const WEBSITE_URL = 'https://muetab.com';
export const OFFLINE_IMAGES = 20;
export const BETA_VERSION = true;
export const BETA_VERSION = false;