Skip to content

Commit bb9e4f9

Browse files
committed
fix(docs): fixing translation messup
1 parent 8f6906e commit bb9e4f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _Translations: [español](README.es.md)_
2020
* [Features](#features)
2121
* [Contributing](#contributing)
2222
* [API](#api)
23-
* [Usando el API en español](#localized-api)
23+
* [Using localized APIs](#localized-api)
2424
* Reading
2525
* [`ls`](#ls)
2626
* [`ls.stream`](#ls-stream)
@@ -109,7 +109,7 @@ Happy hacking!
109109

110110
### API
111111

112-
#### <a name="localized-api"></a> Usando el API in English
112+
#### <a name="localized-api"></a> Using localized APIs
113113

114114
cacache includes a complete API in English, with the same features as other
115115
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
120120
supported ones my looking in `./locales` in the source directory. You can use
121121
the API in that language with `require('cacache/<lang>')`.
122122

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+
123127
#### <a name="ls"></a> `> cacache.ls(cache) -> Promise<Object>`
124128

125129
Lists info for all entries currently in the cache as a single large object. Each

0 commit comments

Comments
 (0)