-
before building a corpus, it is important to understand what sort of corpus will provide what sort of grammatical phenomena. In this study, we identified the need for multiple scopes per sentence and …
-
This is kind of a blanket issue that intersects with API cleanup and naming consistency, but we need to figure our shit out regarding when to underscore and when not to underscore. One possibly contro…
-
The translation of a javascript gettext implementation is not working in modules.
For example:
File: news_admin.js
```
if (action!=5) {
// standard bulk actions
…
-
> Nimrod is a style-insensitive language. This means that it is not case-sensitive and even underscores are ignored: type is a reserved word, and so is TYPE or T_Y_P_E. The idea behind this is that th…
-
Per Martin:
> Rodrigo has a nice idea but I think if we start a coordinated large effort of translating at least our editorials (original writing), it should be incorporated in the website.
>
> Joe…
-
Hello Tim,
I am using Attribute Routing on a CMS I develop and I have a few questions.
1 - CONVENTIONS
```
I am planning to use the RestfulRouteConvention but I have a few questions:
A) …