-
Add lang support across the plugin.
In order of priority:
* Components
* Controllers
* Classes
* Models
* Everything else
-
I just have a task that install the bower components :
``` javascript
gulp.task('trans-js-libs-bower', function() {
return bower({ directory: '.', cwd: srcPaths.libs });
});
```
where srcPaths.l…
-
Spotted a small issue when switching languages, can reproduce on Firefox and Chromium browsers (and mobile too):
1.) Go to carbonmark.com and set language to whatever you want (bug occurs with Engl…
-
Following text in the search field does not deliver the expected search results:
"IR" should deliver IRTrans
"IRT" should deliver IRTrans
"Event" should deliver "Event Flip Flop"
Maybe tweak s…
-
**Reported Issue:**
- Issue: For pages with for On This Page sections, the On This Page header is an `` element, which is too large of a level increase.
- How to Fix: Change the header level for th…
-
Here is the translation of the GitHub Flavored Markdown text:
Adding proxy stream when adding addStreamProxy adds url parameter, does the stream URL have a test for whether the URL is normal or not, …
-
Just reporting a warning out of ggplot
![image](https://github.com/ChiLiubio/microeco/assets/68851733/49838870-ba5f-426a-af45-315a864860c1)
That might be because the trans_beta$new is grouped by R…
-
when i try to add new product and select user nothing display
this script file :
```
$(".ajaxSelect").select2({
ajax: {
url: "{{ concatenateLangToUrl('admin/getUser')…
-
I want to change the default labels of the inputs but when i change that the filters doesn't works well.
Any ideas to solve that?
Thanks in advance.
-
### Which @angular/* package(s) are relevant/related to the feature request?
compiler, localize
### Description
example:
```angular
{{ nikename ?? 'ano' }}
```
for now to support i18n…