File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ _Translations: [español](README.es.md)_
20
20
* [ Features] ( #features )
21
21
* [ Contributing] ( #contributing )
22
22
* [ API] ( #api )
23
- * [ Usando el API en español ] ( #localized-api )
23
+ * [ Using localized APIs ] ( #localized-api )
24
24
* Reading
25
25
* [ ` ls ` ] ( #ls )
26
26
* [ ` ls.stream ` ] ( #ls-stream )
@@ -109,7 +109,7 @@ Happy hacking!
109
109
110
110
### API
111
111
112
- #### <a name =" localized-api " ></a > Usando el API in English
112
+ #### <a name =" localized-api " ></a > Using localized APIs
113
113
114
114
cacache includes a complete API in English, with the same features as other
115
115
translations. To use the English API as documented in this README, use
@@ -120,6 +120,10 @@ cacache also supports other languages! You can find the list of currently
120
120
supported ones my looking in ` ./locales ` in the source directory. You can use
121
121
the API in that language with ` require('cacache/<lang>') ` .
122
122
123
+ Want to add support for a new language? Please go ahead! You should be able to
124
+ copy ` ./locales/en.js ` and ` ./locales/en.json ` and fill them in. Translating the
125
+ ` README.md ` is a bit more work, but also appreciated if you get around to it. 👍🏼
126
+
123
127
#### <a name =" ls " ></a > ` > cacache.ls(cache) -> Promise<Object> `
124
128
125
129
Lists info for all entries currently in the cache as a single large object. Each
You can’t perform that action at this time.
0 commit comments