Skip to content

Commit 7b7e439

Browse files
committed
Add class description
1 parent 0126def commit 7b7e439

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ export const i18nVue: Plugin = {
113113
}
114114
}
115115

116+
/**
117+
* The I18n class. Encapsulates all language loading and translation logic.
118+
*/
116119
export class I18n {
117120
/**
118121
* Stores the loaded languages.

0 commit comments

Comments
 (0)