diff --git a/app/phrases/app_config.php b/app/phrases/app_config.php index afe597d29a..162f9f1017 100644 --- a/app/phrases/app_config.php +++ b/app/phrases/app_config.php @@ -70,6 +70,9 @@ $apps[$x]['permissions'][$y]['name'] = "phrase_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //cache details + $apps[$x]['cache']['key'] = "languages.\${phrase_language}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_phrases"; @@ -168,4 +171,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>