Skip to content
#

translator

Here are 531 public repositories matching this topic...

Polyglot
IL2C
bencz
bencz commented Apr 11, 2020

Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?

For exemple, if we have this code:

    static void Main(string[] args)
    {
        const string AssemblyName = "HelloWorld.dll";
        var assembly = AssemblyBuilder.DefineDynamicAssembly(
JPry
JPry commented Jul 6, 2018

Currently certain portions of the header for the generated .pot file are fairly inflexible. Specifically, these items:

https://github.com/rasmusbe/wp-pot/blob/6a15bd29fc8840a60f29ad11921b8a85544a3253/pot-maker.js#L140

https://github.com/rasmusbe/wp-pot/blob/6a15bd29fc8840a60f29ad11921b8a85544a3253/pot-maker.js#L144

For the Copyright line, it would be nice to have the ability to specify

Improve this page

Add a description, image, and links to the translator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the translator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.