|
8 | 8 | "github.com/snivilised/agenor/internal/third/lo" |
9 | 9 | "github.com/snivilised/agenor/locale" |
10 | 10 | "github.com/snivilised/li18ngo" |
11 | | - "github.com/snivilised/sundae/assist" |
12 | | - "github.com/snivilised/sundae/assist/cfg" |
13 | | - si18n "github.com/snivilised/sundae/locale" |
| 11 | + "github.com/snivilised/mamba/assist" |
| 12 | + "github.com/snivilised/mamba/assist/cfg" |
| 13 | + si18n "github.com/snivilised/mamba/locale" |
14 | 14 | "github.com/spf13/cobra" |
15 | 15 | "github.com/spf13/viper" |
16 | 16 | "golang.org/x/text/language" |
@@ -157,18 +157,18 @@ func handleLangSetting() { |
157 | 157 | Sources: li18ngo.TranslationFiles{ |
158 | 158 | SourceID: li18ngo.TranslationSource{Name: ApplicationName}, |
159 | 159 |
|
160 | | - // By adding in the source for sundae, we relieve the client from having |
| 160 | + // By adding in the source for mamba, we relieve the client from having |
161 | 161 | // to do this. After-all, it should be taken as read that since any |
162 | 162 | // instantiation of jay (ie a project using this template) is by |
163 | | - // necessity dependent on sundae, it's source should be loaded so that a |
| 163 | + // necessity dependent on mamba, it's source should be loaded so that a |
164 | 164 | // localizer can be created for it. |
165 | 165 | // |
166 | 166 | // The client app has to make sure that when their app is deployed, |
167 | | - // the translations file(s) for sundae are named as 'sundae', as you |
| 167 | + // the translations file(s) for mamba are named as 'mamba', as you |
168 | 168 | // can see below, that is the name assigned to the app name of the |
169 | 169 | // source. |
170 | 170 | // |
171 | | - si18n.SundaeSourceID: li18ngo.TranslationSource{Name: "sundae"}, |
| 171 | + si18n.MambaSourceID: li18ngo.TranslationSource{Name: "mamba"}, |
172 | 172 | }, |
173 | 173 | } |
174 | 174 | }) |
|
0 commit comments